From 98bd012e39e1f7e45db6638d00e4fb4c31231544 Mon Sep 17 00:00:00 2001 From: Flavio Castelli Date: Thu, 8 Apr 2021 14:14:59 +0200 Subject: [PATCH] Fix kubewarden default container image url The repository name was wrong due to the rename from chimera -> kubewarden --- charts/kubewarden-controller/Chart.yaml | 2 +- charts/kubewarden-controller/templates/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/kubewarden-controller/Chart.yaml b/charts/kubewarden-controller/Chart.yaml index 1a20f295..3af42cfb 100644 --- a/charts/kubewarden-controller/Chart.yaml +++ b/charts/kubewarden-controller/Chart.yaml @@ -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" diff --git a/charts/kubewarden-controller/templates/deployment.yaml b/charts/kubewarden-controller/templates/deployment.yaml index 7baffc29..336a0e59 100644 --- a/charts/kubewarden-controller/templates/deployment.yaml +++ b/charts/kubewarden-controller/templates/deployment.yaml @@ -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: