diff --git a/k8s/helm/templates/_helpers.tpl b/k8s/helm/templates/_helpers.tpl index 18a8f3476..1098015ad 100644 --- a/k8s/helm/templates/_helpers.tpl +++ b/k8s/helm/templates/_helpers.tpl @@ -147,7 +147,7 @@ Define Rhs contract */}} {{- define "helpers.api-rsh-contract" -}} {{- if eq .Values.mainnet true }} -"0x80667fdB4CC6bBa3EDaE419f6BFBc129e78d2fC9" +"0xF5d22B2385D8cA41A649df53AE010F7b4e776dB0" {{- else }} "0x76EB7216F2400aC18C842D8C76739F3B8E619DB9" {{- end }} diff --git a/k8s/helm/templates/issuer-node-api-ui-configmap.yaml b/k8s/helm/templates/issuer-node-api-ui-configmap.yaml index 4f55b06b7..198f8c1cc 100644 --- a/k8s/helm/templates/issuer-node-api-ui-configmap.yaml +++ b/k8s/helm/templates/issuer-node-api-ui-configmap.yaml @@ -16,4 +16,4 @@ data: ISSUER_API_IDENTITY_METHOD: {{ .Values.apiUiIssuerNode.configMap.issuerApiIdentityMethod }} ISSUER_API_IDENTITY_NETWORK: {{ include "helpers.issuer-network" . | nindent 4}} ISSUER_API_ENVIRONMENT: {{ .Values.apiUiIssuerNode.configMap.issuerApiEnvironment }} - ISSUER_API_KEY_TYPE: {{ .Values.issuerKeyType }} + ISSUER_API_UI_KEY_TYPE: {{ .Values.issuerKeyType }} diff --git a/k8s/helm/templates/postgres-pv.yaml b/k8s/helm/templates/postgres-pv.yaml index 57f684da7..7992c3dc9 100644 --- a/k8s/helm/templates/postgres-pv.yaml +++ b/k8s/helm/templates/postgres-pv.yaml @@ -12,7 +12,7 @@ spec: - ReadWriteOnce persistentVolumeReclaimPolicy: Retain hostPath: - path: "/data/volume_1" + path: "/data/volume_6" --- diff --git a/k8s/helm/templates/vault-pv.yaml b/k8s/helm/templates/vault-pv.yaml index a7dc89336..657d3b8ca 100644 --- a/k8s/helm/templates/vault-pv.yaml +++ b/k8s/helm/templates/vault-pv.yaml @@ -12,7 +12,7 @@ spec: accessModes: - ReadWriteOnce hostPath: - path: "/data/volume_2" + path: "/data/volume_4" --- diff --git a/k8s/helm/values.yaml b/k8s/helm/values.yaml index ffe5d946f..6d5f4c442 100644 --- a/k8s/helm/values.yaml +++ b/k8s/helm/values.yaml @@ -1,7 +1,7 @@ -issuernode_repository_image: martinsaporiti/issuernode -issuernode_repository_tag: 2.0.0 -issuernode_ui_repository_image: martinsaporiti/issuernodeui -issuernode_ui_repository_tag: 2.0.0 +issuernode_repository_image: 0xpolygon/issuernode +issuernode_repository_tag: latest +issuernode_ui_repository_image: 0xpolygon/issuernode-ui +issuernode_ui_repository_tag: latest apiIssuerNode: deployment: @@ -10,7 +10,7 @@ apiIssuerNode: env: issuerDatabaseUrl: postgres://$(ISSUER_DB_USER):$(ISSUER_DB_PASSWORD)@postgres-issuer-node-svc:$(ISSUER_DB_PORT)/$(ISSUER_DB_NAME)?sslmode=disable issuerKeyStoreAddress: http://vault-issuer-node-svc:$(ISSUER_KEY_STORE_PORT) - imagePullPolicy: IfNotPresent + imagePullPolicy: Always labels: app: api-issuer-node-deployment livenessProbe: @@ -89,7 +89,7 @@ apiUiIssuerNode: env: issuerDatabaseUrl: postgres://$(ISSUER_DB_USER):$(ISSUER_DB_PASSWORD)@postgres-issuer-node-svc:$(ISSUER_DB_PORT)/$(ISSUER_DB_NAME)?sslmode=disable issuerKeyStoreAddress: http://vault-issuer-node-svc:$(ISSUER_KEY_STORE_PORT) - imagePullPolicy: IfNotPresent + imagePullPolicy: Always args: - '"./migrate; ./platform_ui"' command: @@ -108,7 +108,7 @@ apiUiIssuerNode: env: issuerDatabaseUrl: postgres://$(ISSUER_DB_USER):$(ISSUER_DB_PASSWORD)@postgres-issuer-node-svc:$(ISSUER_DB_PORT)/$(ISSUER_DB_NAME)?sslmode=disable issuerKeyStoreAddress: http://vault-issuer-node-svc:$(ISSUER_KEY_STORE_PORT) - imagePullPolicy: IfNotPresent + imagePullPolicy: Always args: - '"sleep 30; ./migrate; ./issuer_initializer;"' command: @@ -162,7 +162,7 @@ pendingPublisherIssuerNode: env: issuerDatabaseUrl: postgres://$(ISSUER_DB_USER):$(ISSUER_DB_PASSWORD)@postgres-issuer-node-svc:$(ISSUER_DB_PORT)/$(ISSUER_DB_NAME)?sslmode=disable issuerKeyStoreAddress: http://vault-issuer-node-svc:$(ISSUER_KEY_STORE_PORT) - imagePullPolicy: IfNotPresent + imagePullPolicy: Always labels: app: pending-publisher-issuer-node-deployment containerName: pending-publisher @@ -175,7 +175,7 @@ uiIssuerNode: deployment: replicaCount: 1 name: ui-issuer-node - imagePullPolicy: IfNotPresent + imagePullPolicy: Always uiconfigMapRef: issuer-node-ui-configmap containerName: ui containerPort: 80