Skip to content

Commit

Permalink
Update chart version and image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 26, 2024
1 parent 232911f commit 069115a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 20 deletions.
7 changes: 3 additions & 4 deletions services/vc-authn-oidc/charts/dev/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
apiVersion: v2
name: vc-authn-oidc
description: vc-authn-oidc - dev

type: application
version: 0.2.1
appVersion: "2.0.3"
version: 0.2.2
appVersion: "2.1.0"
dependencies:
- name: vc-authn-oidc
version: 0.2.1
version: 0.2.2
repository: https://bcgov.github.io/vc-authn-oidc
17 changes: 1 addition & 16 deletions services/vc-authn-oidc/charts/dev/values.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
vc-authn-oidc:
ingressSuffix: -dev.apps.silver.devops.gov.bc.ca

image:
repository: ghcr.io/bcgov/vc-authn-oidc
pullPolicy: IfNotPresent
tag: sha-46e31f6

tag: sha-1a1052c
acapyTenancyMode: single
setNonRevoked: true
useOobPresentProof: false
Expand All @@ -14,60 +12,50 @@ vc-authn-oidc:
controllerPresentationExpireTime: 300
useHTTPS: true
logLevel: INFO

auth:
api:
existingSecret: "vc-authn-oidc-api-key"
token:
privateKey:
existingSecret: "vc-authn-oidc-jwt-token"

database:
existingSecret: "vc-authn-oidc-mongodb"

resources:
limits:
cpu: 100m
memory: 512Mi
requests:
cpu: 10m
memory: 128Mi

autoscaling:
enabled: false
minReplicas: 1
maxReplicas: 2
targetCPUUtilizationPercentage: 80

networkPolicy:
enabled: true
ingress:
enabled: true
namespaceSelector:
network.openshift.io/policy-group: ingress

ingress:
enabled: true
annotations:
route.openshift.io/termination: edge

acapy:
image:
repository: ghcr.io/hyperledger/aries-cloudagent-python
pullPolicy: IfNotPresent

existingSecret: "vc-authn-oidc-acapy-secret"
agentSeed:
existingSecret: "vc-authn-oidc-agent"
walletStorageCredentials:
existingSecret: "vc-authn-oidc-postgresql"

autoscaling:
enabled: true
minReplicas: 1
maxReplicas: 3
targetCPUUtilizationPercentage: 80

argfile.yml:
admin-insecure-mode: false
auto-accept-invites: true
Expand All @@ -89,7 +77,6 @@ vc-authn-oidc:
wallet-storage-type: postgres_storage
wallet-type: askar
webhook-url: 'https://{{ include "vc-authn-oidc.host" . }}/webhooks'

ledgers.yml:
- genesis_url: https://raw.githubusercontent.com/sovrin-foundation/sovrin/stable/sovrin/pool_transactions_live_genesis
id: SovrinMainNet
Expand All @@ -108,7 +95,6 @@ vc-authn-oidc:
- id: CANdyProd
is_production: true
genesis_url: "https://raw.githubusercontent.com/ICCS-ISAC/dtrust-reconu/main/CANdy/prod/pool_transactions_genesis"

networkPolicy:
enabled: true
ingress:
Expand All @@ -131,7 +117,6 @@ vc-authn-oidc:
livenessProbe:
enabled: true
timeoutSeconds: 10

postgresql:
auth:
existingSecret: "vc-authn-oidc-postgresql"
Expand Down

0 comments on commit 069115a

Please sign in to comment.