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(container): update image quay.io/cilium/clustermesh-apiserver to v1.13.0 #550

Merged
merged 1 commit into from
Feb 16, 2023
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
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ spec:
apiserver:
image:
repository: quay.io/cilium/clustermesh-apiserver
tag: v1.12.6
tag: v1.13.0
etcd:
image:
repository: quay.io/coreos/etcd
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1912,7 +1912,7 @@ clustermesh:
image:
override: ~
repository: "quay.io/cilium/clustermesh-apiserver"
tag: "v1.12.6"
tag: "v1.13.0"
# clustermesh-apiserver-digest
digest: "sha256:9068b861e468a8d53421673aa9a6b576f91a5574a030b2af236c973d63c81747"
useDigest: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ clustermesh:
apiserver:
image:
repository: quay.io/cilium/clustermesh-apiserver
tag: v1.12.6@sha256:5570302568c62dc7873ad77f2e3280471a5537c4654689a8f52beff47d2c2b9d
tag: v1.13.0@sha256:f7273ddb4c223e54827d1185d0c8f3b87966b05229358a224cdc3fe11a25fc72
etcd:
image:
repository: quay.io/coreos/etcd
Expand Down