Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 4 modules #167

Merged
merged 1 commit into from
Feb 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions dev.k8slens.OpenLens.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,15 +77,15 @@ modules:
only-arches:
- x86_64
url: https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip
sha256: 529e0e5887bf8c1710791c76a3a76d680193a1fa464718563bdc33a12960f4c4
sha256: a56324c183d14c24d654e8c9bbc0ea5847069df24ae4db56650311dd850d8d16
x-checker-data:
type: rotating-url
url: https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip
- type: archive
only-arches:
- aarch64
url: https://awscli.amazonaws.com/awscli-exe-linux-aarch64.zip
sha256: 3c8b0e93b4f93b583ffd2422d07a07087a55385ab3e261d27e076866ba397cb6
sha256: 0fe6f09d972326cec25492441db9dde61e42ae3bfb4b8f19c9e501f8c9ca62a5
x-checker-data:
type: rotating-url
url: https://awscli.amazonaws.com/awscli-exe-linux-aarch64.zip
Expand Down Expand Up @@ -300,8 +300,8 @@ modules:

- type: archive
only-arches: [x86_64]
url: https://get.helm.sh/helm-v3.14.1-linux-amd64.tar.gz
sha256: 75496ea824f92305ff7d28af37f4af57536bf5138399c824dff997b9d239dd42
url: https://get.helm.sh/helm-v3.14.2-linux-amd64.tar.gz
sha256: 0885a501d586c1e949e9b113bf3fb3290b0bbf74db9444a1d8c2723a143006a5
dest: open-lens/binaries/client/linux/x64
x-checker-data:
type: anitya
Expand All @@ -311,8 +311,8 @@ modules:

- type: archive
only-arches: [aarch64]
url: https://get.helm.sh/helm-v3.14.1-linux-arm64.tar.gz
sha256: f865b8ad4228fd0990bbc5b50615eb6cb9eb31c9a9ca7238401ed897bbbe9033
url: https://get.helm.sh/helm-v3.14.2-linux-arm64.tar.gz
sha256: c65d6a9557bb359abc2c0d26670de850b52327dc3976ad6f9e14c298ea3e1b61
dest: open-lens/binaries/client/linux/arm64
x-checker-data:
type: anitya
Expand Down
Loading