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

feat: update openebs version #1738

Merged
merged 1 commit into from
Jan 28, 2025
Merged
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions pkg/addons/openebs/static/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# $ make buildtools
# $ output/bin/buildtools update addon <addon name>
#
version: 4.1.1
version: 4.1.2
location: oci://proxy.replicated.com/anonymous/registry.replicated.com/ec-charts/openebs
images:
kubectl:
Expand All @@ -16,8 +16,8 @@ images:
openebs-linux-utils:
repo: proxy.replicated.com/anonymous/replicated/ec-openebs-linux-utils
tag:
amd64: 4.1.1-amd64@sha256:bf1b31734e44281d8dbe9dcf183c0982a729f21b30f9ad03460fe3371dc89a2e
arm64: 4.1.1-arm64@sha256:33cbd23af395263bd4dfeb8fa942d52747769651822133f903f2a2d0b951d9a1
amd64: 4.1.2-amd64@sha256:bf1b31734e44281d8dbe9dcf183c0982a729f21b30f9ad03460fe3371dc89a2e
arm64: 4.1.2-arm64@sha256:33cbd23af395263bd4dfeb8fa942d52747769651822133f903f2a2d0b951d9a1
openebs-provisioner-localpv:
repo: proxy.replicated.com/anonymous/replicated/ec-openebs-provisioner-localpv
tag:
Expand Down
6 changes: 3 additions & 3 deletions pkg/addons2/openebs/static/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# $ make buildtools
# $ output/bin/buildtools update addon <addon name>
#
version: 4.1.1
version: 4.1.2
location: oci://proxy.replicated.com/anonymous/registry.replicated.com/ec-charts/openebs
images:
kubectl:
Expand All @@ -16,8 +16,8 @@ images:
openebs-linux-utils:
repo: proxy.replicated.com/anonymous/replicated/ec-openebs-linux-utils
tag:
amd64: 4.1.1-amd64@sha256:bf1b31734e44281d8dbe9dcf183c0982a729f21b30f9ad03460fe3371dc89a2e
arm64: 4.1.1-arm64@sha256:33cbd23af395263bd4dfeb8fa942d52747769651822133f903f2a2d0b951d9a1
amd64: 4.1.2-amd64@sha256:bf1b31734e44281d8dbe9dcf183c0982a729f21b30f9ad03460fe3371dc89a2e
arm64: 4.1.2-arm64@sha256:33cbd23af395263bd4dfeb8fa942d52747769651822133f903f2a2d0b951d9a1
openebs-provisioner-localpv:
repo: proxy.replicated.com/anonymous/replicated/ec-openebs-provisioner-localpv
tag:
Expand Down
Loading