Skip to content

Commit

Permalink
update charts
Browse files Browse the repository at this point in the history
  • Loading branch information
juri committed Aug 25, 2023
1 parent 5cf172d commit 0efa117
Show file tree
Hide file tree
Showing 11 changed files with 10 additions and 11 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,3 @@ jobs:
uses: helm/[email protected]
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_SKIP_EXISTING: false
2 changes: 1 addition & 1 deletion charts/app/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ maintainers:
dependencies:
- name: base
version: ~0
repository: file://../base
repository: file://../base
2 changes: 1 addition & 1 deletion charts/argo-applications/values.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
server:
additionalApplicationsDefaults: {}
additionalApplicationsDefaults: {}
2 changes: 1 addition & 1 deletion charts/argo-workflows/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ maintainers:
dependencies:
- name: base
version: ~0
repository: file://../base
repository: file://../base
2 changes: 1 addition & 1 deletion charts/cronjob/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ maintainers:
dependencies:
- name: base
version: ~0
repository: file://../base
repository: file://../base
2 changes: 1 addition & 1 deletion charts/default-base/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ maintainers:
dependencies:
- name: base
version: ~0
repository: file://../base
repository: file://../base
2 changes: 1 addition & 1 deletion charts/ingress/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ maintainers:
dependencies:
- name: base
version: ~0
repository: file://../base
repository: file://../base
2 changes: 1 addition & 1 deletion charts/job/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ maintainers:
dependencies:
- name: base
version: ~0
repository: file://../base
repository: file://../base
2 changes: 1 addition & 1 deletion charts/prometheus-rules/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ maintainers:
dependencies:
- name: base
version: ~0
repository: file://../base
repository: file://../base
2 changes: 1 addition & 1 deletion charts/rbac/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@

# RbacUserLists:
# devops:
# - [email protected]
# - [email protected]
2 changes: 1 addition & 1 deletion charts/service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ service:
## https://kubernetes.io/docs/concepts/services-networking/service/#externalname
# externalName: my.database.example.com
##
# sessionAffinity: "ClientIP"
# sessionAffinity: "ClientIP"

0 comments on commit 0efa117

Please sign in to comment.