Skip to content

Commit 56efd48

Browse files
committed
v1.1.12 fix the google images for Gcp with image that has both amd and arm
1 parent 5ebac19 commit 56efd48

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

helm-charts/falcon-image-analyzer/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 1.1.11
18+
version: 1.1.12
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

helm-charts/falcon-image-analyzer/templates/daemonset.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ spec:
4343
{{- if .Values.gcp.enabled }}
4444
initContainers:
4545
- name: {{ .Chart.Name }}-init-container
46-
image: "gcr.io/google.com/cloudsdktool/cloud-sdk:alpine"
46+
image: "gcr.io/google.com/cloudsdktool/google-cloud-cli:alpine"
4747
imagePullPolicy: "Always"
4848
command:
4949
- '/bin/bash'

helm-charts/falcon-image-analyzer/templates/deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ spec:
4444
{{- if .Values.gcp.enabled }}
4545
initContainers:
4646
- name: {{ .Chart.Name }}-init-container
47-
image: "gcr.io/google.com/cloudsdktool/cloud-sdk:alpine"
47+
image: "gcr.io/google.com/cloudsdktool/google-cloud-cli:alpine"
4848
imagePullPolicy: "Always"
4949
command:
5050
- '/bin/bash'

0 commit comments

Comments
 (0)