Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
emosbaugh committed Jul 27, 2024
1 parent 4c04323 commit e23419a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions cmd/buildtools/embeddedclusteroperator.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,7 @@ func updateOperatorAddonImages(ctx context.Context, chartURL string, chartVersio

// make sure we include the operator util image as it does not show up when rendering the helm
// chart.
commitHash, err := getGitCommitHash()
if err != nil {
return fmt.Errorf("failed to get git commit hash: %w", err)
}
images = append(images, fmt.Sprintf("docker.io/library/busybox:%s", commitHash[:7]))
images = append(images, "docker.io/library/busybox:latest")

if err := ApkoLogin(); err != nil {
return fmt.Errorf("failed to apko login: %w", err)
Expand Down
2 changes: 1 addition & 1 deletion pkg/addons/embeddedclusteroperator/static/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ version: 0.42.0-build.0
location: oci://proxy.replicated.com/anonymous/registry.replicated.com/library/embedded-cluster-operator
images:
replicated/embedded-cluster-operator-image: 0.42.0-build.0@sha256:631f46f23b4110e7f49aff3aca642ca83e389a7a06daad269e6b2fe3212018e6
utils: 659da1a@sha256:bd433d9130f2a3e3e5117adb68bc7335d239731e59f38720230f59a35cce5539
utils: latest@sha256:f61e4346397e56553be0e1d897b6e162e41e90bc766a42a2beee0c2bca0c3bdc
2 changes: 1 addition & 1 deletion pkg/addons/embeddedclusteroperator/static/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ global:
image:
repository: proxy.replicated.com/anonymous/replicated/embedded-cluster-operator-image
tag: 0.42.0-build.0@sha256:631f46f23b4110e7f49aff3aca642ca83e389a7a06daad269e6b2fe3212018e6
utilsImage: 'proxy.replicated.com/anonymous/ttl.sh/replicated/ec-utils:659da1a@sha256:bd433d9130f2a3e3e5117adb68bc7335d239731e59f38720230f59a35cce5539'
utilsImage: 'proxy.replicated.com/anonymous/replicated/ec-utils:latest@sha256:f61e4346397e56553be0e1d897b6e162e41e90bc766a42a2beee0c2bca0c3bdc'

0 comments on commit e23419a

Please sign in to comment.