From 2f7f6fdf4f23071983e76a6174633f27b4eab752 Mon Sep 17 00:00:00 2001 From: ChrisMcKenzie Date: Tue, 8 Oct 2024 10:24:53 -0500 Subject: [PATCH] add: upgrade big-peer chart to 1.39.2 release --- charts/big-peer/Chart.yaml | 10 +++++----- charts/big-peer/values.yaml | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/charts/big-peer/Chart.yaml b/charts/big-peer/Chart.yaml index 55cf7b2..490036d 100644 --- a/charts/big-peer/Chart.yaml +++ b/charts/big-peer/Chart.yaml @@ -15,13 +15,13 @@ home: https://docs.ditto.live/ # 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 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: "1.39.0" +appVersion: "1.39.2" keywords: - ditto - bigpeer @@ -33,7 +33,7 @@ maintainers: dependencies: # Both longhorn and minio are used for storage, longhorn seems to be more robust - name: hades - version: "1.39.0" + version: "1.39.2-4b6e4e" repository: "oci://quay.io/ditto-external" condition: hades.enabled tags: @@ -45,13 +45,13 @@ dependencies: tags: - hydra-consul - name: hydra-store - version: "1.39.0" + version: "1.39.2-4b6e4e" repository: "oci://quay.io/ditto-external" condition: hydra-store.enabled tags: - hydra-store - name: hydra-subscription - version: "1.39.0" + version: "1.39.2-4b6e4e" repository: "oci://quay.io/ditto-external" condition: hydra-subscription.enabled tags: diff --git a/charts/big-peer/values.yaml b/charts/big-peer/values.yaml index ab6e5bd..68e8b84 100644 --- a/charts/big-peer/values.yaml +++ b/charts/big-peer/values.yaml @@ -114,7 +114,7 @@ hades: enabled: true replicaCount: 1 image: - name: quay.io/ditto-external/big-peer-store-controller:1.39.0 + name: quay.io/ditto-external/big-peer-store-controller:1.39.2 pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. @@ -287,7 +287,7 @@ hydra-store: image: # fully specified image name, including the registry - name: quay.io/ditto-external/big-peer-store:1.39.0 + name: quay.io/ditto-external/big-peer-store:1.39.2 # whether to pull the image from the registry before running or not. "IfNotPresent", "Always", and "Never" pullPolicy: IfNotPresent @@ -416,7 +416,7 @@ hydra-subscription: replicaCount: 1 image: - name: quay.io/ditto-external/big-peer-subscription:1.39.0 + name: quay.io/ditto-external/big-peer-subscription:1.39.2 pullPolicy: IfNotPresent service: @@ -745,7 +745,7 @@ dummy-auth-webhook: enabled: true image: - name: quay.io/ditto-external/big-peer-auth-webhook:1.39.0 + name: quay.io/ditto-external/big-peer-auth-webhook:1.39.2 pullPolicy: IfNotPresent ######################################