chore: Update manifests after change
This commit is contained in:
@@ -102,7 +102,7 @@ spec:
|
||||
name: komodo-secret
|
||||
- name: KOMODO_OIDC_USE_FULL_EMAIL
|
||||
value: "true"
|
||||
image: ghcr.io/moghtech/komodo-core:1.19.5
|
||||
image: ghcr.io/moghtech/komodo-core:2.0.0@sha256:3cc134272b39313ae1fb34ea8a3c8a0c2f629a3c2eeaf71258702159f154f9e9
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: main
|
||||
resources:
|
||||
@@ -112,12 +112,17 @@ spec:
|
||||
volumeMounts:
|
||||
- mountPath: /repo-cache
|
||||
name: cache
|
||||
- mountPath: /config/keys
|
||||
name: keys
|
||||
- mountPath: /syncs
|
||||
name: syncs
|
||||
volumes:
|
||||
- name: cache
|
||||
persistentVolumeClaim:
|
||||
claimName: komodo-cache
|
||||
- name: keys
|
||||
persistentVolumeClaim:
|
||||
claimName: komodo-keys
|
||||
- name: syncs
|
||||
persistentVolumeClaim:
|
||||
claimName: komodo-syncs
|
||||
|
||||
Reference in New Issue
Block a user