diff --git a/helm/charts/keto/Chart.yaml b/helm/charts/keto/Chart.yaml index 86298142a..59334f5d7 100644 --- a/helm/charts/keto/Chart.yaml +++ b/helm/charts/keto/Chart.yaml @@ -21,8 +21,8 @@ maintainers: # 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.20.2 +version: 0.21.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. -appVersion: v0.6.0 +appVersion: v0.7.0 diff --git a/helm/charts/keto/templates/job-migration.yaml b/helm/charts/keto/templates/job-migration.yaml index 3c6bf20a2..c1278e64a 100644 --- a/helm/charts/keto/templates/job-migration.yaml +++ b/helm/charts/keto/templates/job-migration.yaml @@ -34,7 +34,7 @@ spec: image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}" imagePullPolicy: {{ .Values.image.pullPolicy }} command: [ "keto" ] - args: [ "migrate", "up", "-y", "--all-namespaces", "--config", "/etc/config/keto.yaml" ] + args: [ "migrate", "up", "-y", "--config", "/etc/config/keto.yaml" ] volumeMounts: - name: {{ include "keto.name" . }}-config-volume mountPath: /etc/config diff --git a/helm/charts/keto/values.yaml b/helm/charts/keto/values.yaml index c8f0c683c..fee31be23 100644 --- a/helm/charts/keto/values.yaml +++ b/helm/charts/keto/values.yaml @@ -11,7 +11,7 @@ image: pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. # -- Ory KETO version - tag: "v0.6.0-alpha.1-sqlite" + tag: "v0.7.0-alpha.1-sqlite" imagePullSecrets: [] nameOverride: ""