Skip to content

Commit

Permalink
feat: upgrade operator to remove kube-rbac-proxy (#876)
Browse files Browse the repository at this point in the history
  • Loading branch information
emosbaugh authored Jul 29, 2024
1 parent b4f63e7 commit 6372356
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions pkg/addons/embeddedclusteroperator/static/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
# $ make buildtools
# $ output/bin/buildtools update addon <addon name>
#
version: 0.42.0-build.1
version: 0.42.0
location: oci://proxy.replicated.com/anonymous/registry.replicated.com/library/embedded-cluster-operator
images:
replicated/embedded-cluster-operator-image: 0.42.0-build.1@sha256:a86e654653c3d558e32658f9165c1bd0fcecc992bd1827370c67d59e0a8da91f
utils: latest@sha256:f61e4346397e56553be0e1d897b6e162e41e90bc766a42a2beee0c2bca0c3bdc
replicated/embedded-cluster-operator-image: 0.42.0@sha256:a0eab9ea8bb058f392c75d34b6fa88ae66b3f5fc6ab8953686379cacb13bb11f
utils: latest@sha256:88c0e2ba4daa9682ca85de32e11aad545d338cdaf91edf6ab52eb0c2d6b825a3
4 changes: 2 additions & 2 deletions pkg/addons/embeddedclusteroperator/static/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ global:
replicated.com/disaster-recovery-chart: embedded-cluster-operator
image:
repository: proxy.replicated.com/anonymous/replicated/embedded-cluster-operator-image
tag: 0.42.0-build.1@sha256:a86e654653c3d558e32658f9165c1bd0fcecc992bd1827370c67d59e0a8da91f
utilsImage: 'proxy.replicated.com/anonymous/replicated/ec-utils@sha256:f61e4346397e56553be0e1d897b6e162e41e90bc766a42a2beee0c2bca0c3bdc'
tag: 0.42.0@sha256:a0eab9ea8bb058f392c75d34b6fa88ae66b3f5fc6ab8953686379cacb13bb11f
utilsImage: 'proxy.replicated.com/anonymous/replicated/ec-utils@sha256:88c0e2ba4daa9682ca85de32e11aad545d338cdaf91edf6ab52eb0c2d6b825a3'

0 comments on commit 6372356

Please sign in to comment.