Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions helm-repo/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ apiVersion: v1
entries:
phase:
- apiVersion: v2
created: "2025-02-10T18:07:46.567713489+05:30"
created: "2025-03-25T20:38:25.10642773+05:30"
description: A Helm chart for deploying the Phase Secrets Manager
digest: e7a5ef550c40bff206a7861f6a52cbd67b32fcd1ff38844924f2cc4225059562
digest: d555b6b721fe9bfe639bff8803558172f9aa449a06f45bb83bcc801654256a68
home: https://github.com/phasehq/kubernetes-secrets-operator
icon: https://phase.dev/apple-touch-icon.png
keywords:
Expand All @@ -18,12 +18,12 @@ entries:
- https://github.com/phasehq/console
type: application
urls:
- phase-0.2.0.tgz
version: 0.2.0
- phase-0.2.1.tgz
version: 0.2.1
phase-kubernetes-operator:
- apiVersion: v2
appVersion: 1.2.3
created: "2025-02-10T18:07:46.568323055+05:30"
created: "2025-03-25T20:38:25.106681633+05:30"
description: A Helm chart for deploying the Phase Kubernetes Operator
digest: 93e571ad092af42648a8731de51d6b1a371f5b738a5b6c5a327ca38fa90d45e4
home: https://github.com/phasehq/kubernetes-secrets-operator
Expand All @@ -43,4 +43,4 @@ entries:
urls:
- phase-kubernetes-operator-1.2.3.tgz
version: 1.2.3
generated: "2025-02-10T18:07:46.566497163+05:30"
generated: "2025-03-25T20:38:25.105740721+05:30"
Binary file removed helm-repo/phase-0.2.0.tgz
Binary file not shown.
Binary file added helm-repo/phase-0.2.1.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion phase-console/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: phase
icon: https://phase.dev/apple-touch-icon.png
description: A Helm chart for deploying the Phase Secrets Manager
type: application
version: 0.2.0
version: 0.2.1
keywords:
- phase
- deployment
Expand Down
3 changes: 3 additions & 0 deletions phase-console/templates/secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ stringData:
GOOGLE_OIDC_CLIENT_SECRET: {{ .Values.secrets.googleOidcClientSecret | quote }}
JUMPCLOUD_OIDC_CLIENT_ID: {{ .Values.secrets.jumpcloudOidcClientId | quote }}
JUMPCLOUD_OIDC_CLIENT_SECRET: {{ .Values.secrets.jumpcloudOidcClientSecret | quote }}
ENTRA_ID_OIDC_TENANT_ID: {{ .Values.secrets.entraIdOidcTenantId | quote }}
ENTRA_ID_OIDC_CLIENT_ID: {{ .Values.secrets.entraIdOidcClientId | quote }}
ENTRA_ID_OIDC_CLIENT_SECRET: {{ .Values.secrets.entraIdOidcClientSecret | quote }}
GITHUB_CLIENT_ID: {{ .Values.secrets.githubClientId | quote }}
GITHUB_CLIENT_SECRET: {{ .Values.secrets.githubClientSecret | quote }}
GITLAB_CLIENT_ID: {{ .Values.secrets.gitlabClientId | quote }}
Expand Down
3 changes: 3 additions & 0 deletions phase-console/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ secrets:
googleOidcClientSecret: ""
jumpcloudOidcClientId: ""
jumpcloudOidcClientSecret: ""
entraIdOidcTenantId: ""
entraIdOidcClientId: ""
entraIdOidcClientSecret: ""
githubClientId: ""
githubClientSecret: ""
gitlabClientId: ""
Expand Down
Loading