Skip to content

Commit

Permalink
Fix kubewarden default container image url
Browse files Browse the repository at this point in the history
The repository name was wrong due to the rename from chimera ->
kubewarden
  • Loading branch information
flavio committed Apr 8, 2021
1 parent 225629c commit 98bd012
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/kubewarden-controller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.4
version: 0.1.5

# This is the version of kubewarden-controller container image to be used
appVersion: "v0.1.0"
2 changes: 1 addition & 1 deletion charts/kubewarden-controller/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
- --deployments-namespace={{ .Release.Namespace }}
command:
- /manager
image: '{{ .Values.image.repository | default "ghcr.io/kubewarden-kube/kubewarden-controller" }}:{{ .Values.image.tag | default .Chart.AppVersion }}'
image: '{{ .Values.image.repository | default "ghcr.io/kubewarden/kubewarden-controller" }}:{{ .Values.image.tag | default .Chart.AppVersion }}'
imagePullPolicy: {{ .Values.image.pullPolicy }}
resources:
limits:
Expand Down

0 comments on commit 98bd012

Please sign in to comment.