Skip to content

Commit

Permalink
robot: project argo-rollouts chart upgrades from 2.37.6 to 2.37.7
Browse files Browse the repository at this point in the history
Signed-off-by: robot <[email protected]>
  • Loading branch information
robot committed Sep 18, 2024
1 parent e8fbc99 commit 2f8c57a
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 12 deletions.
8 changes: 4 additions & 4 deletions charts/argo-rollouts/argo-rollouts/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
annotations:
artifacthub.io/changes: |
- kind: changed
description: add loadBalancerClass field for Service resources
- kind: added
description: add description for manual secret creation
artifacthub.io/signKey: |
fingerprint: 2B8F22F57260EFA67BE1C5824B11F800CD9D2252
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
Expand All @@ -19,8 +19,8 @@ maintainers:
name: argo-rollouts
sources:
- https://github.com/argoproj/argo-rollouts
version: 2.37.6
version: 2.37.7
dependencies:
- name: argo-rollouts
version: "2.37.6"
version: "2.37.7"
repository: "https://argoproj.github.io/argo-helm"
2 changes: 1 addition & 1 deletion charts/argo-rollouts/argo-rollouts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ For full list of changes please check ArtifactHub [changelog].
| notifications.configmap.create | bool | `true` | Whether to create notifications configmap |
| notifications.notifiers | object | `{}` | Configures notification services |
| notifications.secret.annotations | object | `{}` | Annotations to be added to the notifications secret |
| notifications.secret.create | bool | `false` | Whether to create notifications secret |
| notifications.secret.create | bool | `false` | Whether to create notifications secret. |
| notifications.secret.items | object | `{}` | Generic key:value pairs to be inserted into the notifications secret |
| notifications.subscriptions | list | `[]` | The subscriptions define the subscriptions to the triggers in a general way for all rollouts |
| notifications.templates | object | `{}` | Notification templates |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
annotations:
artifacthub.io/changes: |
- kind: changed
description: add loadBalancerClass field for Service resources
- kind: added
description: add description for manual secret creation
artifacthub.io/signKey: |
fingerprint: 2B8F22F57260EFA67BE1C5824B11F800CD9D2252
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
Expand All @@ -19,4 +19,4 @@ maintainers:
name: argo-rollouts
sources:
- https://github.com/argoproj/argo-rollouts
version: 2.37.6
version: 2.37.7
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ For full list of changes please check ArtifactHub [changelog].
| notifications.configmap.create | bool | `true` | Whether to create notifications configmap |
| notifications.notifiers | object | `{}` | Configures notification services |
| notifications.secret.annotations | object | `{}` | Annotations to be added to the notifications secret |
| notifications.secret.create | bool | `false` | Whether to create notifications secret |
| notifications.secret.create | bool | `false` | Whether to create notifications secret. |
| notifications.secret.items | object | `{}` | Generic key:value pairs to be inserted into the notifications secret |
| notifications.subscriptions | list | `[]` | The subscriptions define the subscriptions to the triggers in a general way for all rollouts |
| notifications.templates | object | `{}` | Notification templates |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,8 @@ notifications:
create: true

secret:
# -- Whether to create notifications secret
# -- Whether to create notifications secret.
## If you want to manually create secret, do not forget to add proper label to it: "app.kubernetes.io/component: {{ .Values.controller.component }}".
create: false
# -- Generic key:value pairs to be inserted into the notifications secret
items: {}
Expand Down
3 changes: 2 additions & 1 deletion charts/argo-rollouts/argo-rollouts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,8 @@ argo-rollouts:
# -- Whether to create notifications configmap
create: true
secret:
# -- Whether to create notifications secret
# -- Whether to create notifications secret.
## If you want to manually create secret, do not forget to add proper label to it: "app.kubernetes.io/component: {{ .Values.controller.component }}".
create: false
# -- Generic key:value pairs to be inserted into the notifications secret
items: {}
Expand Down
2 changes: 1 addition & 1 deletion charts/argo-rollouts/config
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export USE_OPENSOURCE_CHART=false
export REPO_URL=https://argoproj.github.io/argo-helm
export REPO_NAME=argo-rollouts
export CHART_NAME=argo-rollouts
export VERSION=2.37.6
export VERSION=2.37.7

# pr, issue, none
export UPGRADE_METHOD=pr
Expand Down

0 comments on commit 2f8c57a

Please sign in to comment.