Skip to content

Commit

Permalink
add: upgrade big-peer chart to 1.39.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisMcKenzie committed Oct 8, 2024
1 parent 6de6f22 commit bdeeec6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
10 changes: 5 additions & 5 deletions charts/big-peer/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
dependencies:
- name: hades
repository: oci://quay.io/ditto-external
version: 1.39.0
version: 1.39.2-4b6e4e
- name: hydra-consul
repository: oci://quay.io/ditto-external
version: 0.1.0
- name: hydra-store
repository: oci://quay.io/ditto-external
version: 1.39.0
version: 1.39.2-4b6e4e
- name: hydra-subscription
repository: oci://quay.io/ditto-external
version: 1.39.0
version: 1.39.2-4b6e4e
- name: service-token-validator
repository: oci://quay.io/ditto-external
version: 0.1.1
Expand All @@ -29,5 +29,5 @@ dependencies:
- name: bpam
repository: oci://quay.io/ditto-external
version: 1.0.4
digest: sha256:93d72a3532c19cef69c139450e3a51a773bf3735396e2cb0cdbfe2e656614297
generated: "2024-10-04T18:12:36.597004964-04:00"
digest: sha256:79b47d9f063237e45484d3390f850d215dc036fd0ef458046582ef08fda0f220
generated: "2024-10-08T10:26:59.787475983-05:00"
10 changes: 5 additions & 5 deletions charts/big-peer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand All @@ -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:
Expand Down
8 changes: 4 additions & 4 deletions charts/big-peer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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

######################################
Expand Down

0 comments on commit bdeeec6

Please sign in to comment.