From 035070d7a0fdef40db41249caf550231fe88c303 Mon Sep 17 00:00:00 2001 From: Raymond Tukpe Date: Wed, 15 Jun 2022 16:42:55 +0100 Subject: [PATCH] Bump to v0.6.0-rc-2 --- charts/convoy/Chart.yaml | 4 ++-- charts/convoy/values.yaml | 2 +- charts/scheduler/Chart.yaml | 4 ++-- charts/scheduler/values.yaml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/convoy/Chart.yaml b/charts/convoy/Chart.yaml index 2e0bcb8..3b39979 100644 --- a/charts/convoy/Chart.yaml +++ b/charts/convoy/Chart.yaml @@ -15,10 +15,10 @@ 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: v0.6.0-rc-1 +version: v0.6.0-rc-2 # 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: "v0.6.0-rc-1" +appVersion: "v0.6.0-rc-2" diff --git a/charts/convoy/values.yaml b/charts/convoy/values.yaml index 951aa6b..5b8ba88 100644 --- a/charts/convoy/values.yaml +++ b/charts/convoy/values.yaml @@ -49,7 +49,7 @@ image: tag: stable imagePullSecrets: - - name: convoy + - name: ghcr-token nameOverride: "" fullnameOverride: "" diff --git a/charts/scheduler/Chart.yaml b/charts/scheduler/Chart.yaml index d8eb2fe..017bb60 100644 --- a/charts/scheduler/Chart.yaml +++ b/charts/scheduler/Chart.yaml @@ -15,10 +15,10 @@ 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: v0.6.0-rc-1 +version: v0.6.0-rc-2 # 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: "v0.6.0-rc-1" +appVersion: "v0.6.0-rc-2" diff --git a/charts/scheduler/values.yaml b/charts/scheduler/values.yaml index 6a2faaf..b4a999c 100644 --- a/charts/scheduler/values.yaml +++ b/charts/scheduler/values.yaml @@ -57,7 +57,7 @@ image: tag: stable imagePullSecrets: - - name: convoy + - name: ghcr-token nameOverride: "" fullnameOverride: ""