From 262a20d30f3680666a62c3157d5d7f74969e8434 Mon Sep 17 00:00:00 2001 From: Lukasz Raczylo Date: Mon, 20 Feb 2023 14:08:14 +0000 Subject: [PATCH] fixup! Add forgotten Volume refrence --- charts/jobs-manager-operator/Chart.yaml | 4 ++-- charts/jobs-manager-operator/values.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/jobs-manager-operator/Chart.yaml b/charts/jobs-manager-operator/Chart.yaml index 4b3f636..b1b12ad 100644 --- a/charts/jobs-manager-operator/Chart.yaml +++ b/charts/jobs-manager-operator/Chart.yaml @@ -13,12 +13,12 @@ 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.0.2 +version: 0.0.5 # 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. # It is recommended to use it with quotes. -appVersion: "0.0.2" +appVersion: "0.0.5" keywords: - operator - jobs diff --git a/charts/jobs-manager-operator/values.yaml b/charts/jobs-manager-operator/values.yaml index efb994f..557a5c0 100644 --- a/charts/jobs-manager-operator/values.yaml +++ b/charts/jobs-manager-operator/values.yaml @@ -12,8 +12,8 @@ controllerManager: memory: 64Mi manager: image: - repository: ghcr.io/lukaszraczylo/jobsmanager - tag: 0.0.2 + repository: ghcr.io/lukaszraczylo/jobs-manager-operator + tag: 0.0.5 resources: limits: cpu: 500m