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-04-06T14:37:10.153678271+05:30"
created: "2025-05-12T14:03:38.459376353+05:30"
description: A Helm chart for deploying the Phase Secrets Manager
digest: 00fd9171966c7a0efad5992f5ca50d84c34203253b327e859ef6d0df9311e3f6
digest: 23c102df1851687b4ebb4cc30b3359c14513bb3d0c9d9a68f9d339a98a4d843d
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.3.0.tgz
version: 0.3.0
- phase-0.3.1.tgz
version: 0.3.1
phase-kubernetes-operator:
- apiVersion: v2
appVersion: 1.2.4
created: "2025-04-06T14:37:10.153929128+05:30"
created: "2025-05-12T14:03:38.459599499+05:30"
description: A Helm chart for deploying the Phase Kubernetes Operator
digest: 4ae6e3dd5c7b1b18863aaaf646dbbb2ac6cc64cdc0a0b35b79ade6b3aac19e72
home: https://github.com/phasehq/kubernetes-secrets-operator
Expand All @@ -43,4 +43,4 @@ entries:
urls:
- phase-kubernetes-operator-1.2.4.tgz
version: 1.2.4
generated: "2025-04-06T14:37:10.15293167+05:30"
generated: "2025-05-12T14:03:38.458801892+05:30"
Binary file removed helm-repo/phase-0.3.0.tgz
Binary file not shown.
Binary file added helm-repo/phase-0.3.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.3.0
version: 0.3.1
keywords:
- phase
- deployment
Expand Down
5 changes: 5 additions & 0 deletions phase-console/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,8 @@ data:
REDIS_HOST: {{ tpl .Values.redis.host . | quote }}
REDIS_PORT: {{ .Values.redis.port | quote }}
SESSION_COOKIE_DOMAIN: {{ .Values.global.host | quote }}
{{- if .Values.license }}
{{- if .Values.license.offline }}
PHASE_LICENSE_OFFLINE: {{ .Values.license.offline | quote }}
{{- end }}
{{- end }}
6 changes: 6 additions & 0 deletions phase-console/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ sso:
# Docs: https://docs.phase.dev/self-hosting/configuration/envars
phaseSecrets: phase-console-secret

# License configuration
license:
# Offline license key for enterprise deployments
# See PHASE_LICENSE_OFFLINE in: https://docs.phase.dev/self-hosting/configuration/envars#additional-environment-variables
offline: ""

# Ingress settings
ingress:
enabled: true
Expand Down
Loading