Skip to content

Commit

Permalink
Merge pull request #227 from icgc-argo/20240605-disable-psp-default
Browse files Browse the repository at this point in the history
disable default psp
  • Loading branch information
henro001 authored Jun 5, 2024
2 parents 1d4895c + 2d5b3f5 commit 4882ac0
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 4 deletions.
2 changes: 1 addition & 1 deletion argo-vault/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v1
appVersion: "1.10.3"
description: A Helm chart for Kubernetes
name: argo-vault
version: 1.3.0
version: 1.4.0
4 changes: 2 additions & 2 deletions argo-vault/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ affinity: {}
vaultchart:
global:
psp:
enable: true
enable: false
ui:
enabled: true
server:
Expand All @@ -43,7 +43,7 @@ vaultchart:
consulchart:
global:
datacenter: "clustername"
enablePodSecurityPolicies: true
enablePodSecurityPolicies: false
image: "consul:1.12.3"
server:
replicas: 3
Expand Down
Binary file added docs/argo-vault-1.4.0.tgz
Binary file not shown.
20 changes: 19 additions & 1 deletion docs/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,24 @@ entries:
- https://icgc-argo.github.io/charts/argo-stack-0.1.0.tgz
version: 0.1.0
argo-vault:
- apiVersion: v1
appVersion: 1.10.3
created: "2024-06-05T17:52:40.806144-04:00"
dependencies:
- alias: vaultchart
name: vault
repository: https://helm.releases.hashicorp.com
version: 0.20.1
- alias: consulchart
name: consul
repository: https://helm.releases.hashicorp.com
version: 0.46.1
description: A Helm chart for Kubernetes
digest: 8c6e48cf4b2da1ee5241f65792ab53355ff26b7df5bad9305689fe7b3da9d758
name: argo-vault
urls:
- https://icgc-argo.github.io/charts/argo-vault-1.4.0.tgz
version: 1.4.0
- apiVersion: v1
appVersion: 1.10.3
created: "2023-10-18T13:55:07.625337-04:00"
Expand Down Expand Up @@ -2758,4 +2776,4 @@ entries:
urls:
- https://icgc-argo.github.io/charts/workflow-ui-0.1.0.tgz
version: 0.1.0
generated: "2024-05-24T15:25:12.214812-04:00"
generated: "2024-06-05T17:52:40.789667-04:00"

0 comments on commit 4882ac0

Please sign in to comment.