Skip to content

Commit

Permalink
Merge pull request #21 from GeorgianaElena/challenge-state
Browse files Browse the repository at this point in the history
Update to latest chart version and set challenge state
  • Loading branch information
GeorgianaElena authored Sep 11, 2024
2 parents 398d8eb + 115f182 commit f8a29e3
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion helm-charts/app/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ appVersion: "1.0"

dependencies:
- name: unnamed
version: 0.0.1-0.dev.git.117.h8f71f83
version: 0.0.1-0.dev.git.125.h2270463
repository: https://2i2c.org/unnamed-thingity-thing/
# ingress-nginx for a k8s Ingress resource controller that routes traffic from
# a single IP entrypoint to various services exposed via k8s Ingress resources
Expand Down
6 changes: 3 additions & 3 deletions helm-charts/app/prod/enc-prod.secret.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ unnamed:
SOCIALACCOUNT_PROVIDERS:
github:
APP:
client_secret: ENC[AES256_GCM,data:xWVOLb7Pu2s+bdawPJFvLAxjjsHNrzDMQQigOfdmjTflIGACgGqg0Q==,iv:wNUSXId2b9nwz7E1/TPayOuWQSyLNCdIMSk3syGczo0=,tag:cRZwWJjgexIsmmicivanbw==,type:str]
secret: ENC[AES256_GCM,data:wBq+FkHOpwwI70i5JyKW9kHXx04wOiqMm89MTPn/+MzhC0fCqfhXYw==,iv:ZiUSYXNZ0dHT2pu6jCvibrPisyMt0WoOvbPOTdPu7kE=,tag:JYZU+vvIyVcik9HaBGhdnQ==,type:str]
sops:
kms: []
gcp_kms:
Expand All @@ -14,8 +14,8 @@ sops:
azure_kv: []
hc_vault: []
age: []
lastmodified: "2024-09-09T16:33:07Z"
mac: ENC[AES256_GCM,data:x998WJI31DJI9J+iGCBcSGuiQ7lfhRngaaLAo3Mavau2aJ8n1P8uBtzPZlFy0SKKJSq/vWpP6U7u1cx8pZHw9tVdV48QMDio0jWgVLbeZ9UDEkWNNuvCgzW666Z51iZHOHSQzCJxLA2OqFdviVs2SUvDsEtOoqcQolfyTWbtLkw=,iv:2rNU9Eiufwlvr9rNYsfQgeKrIlCUk/YbMZIe5/rJcY8=,tag:5yMeedOkJNto7c7h6OVvYg==,type:str]
lastmodified: "2024-09-10T13:35:27Z"
mac: ENC[AES256_GCM,data:HI6+SiiCTN5OygFEng7Ttu4bsd1Vvz5355bdSVWW2MBNtqkf2BCkdYRb2WRPUqjrKAAAASCANomPPOf/b/dAs8MqFl4n6F1wR2MQlkh3q5rkESW8Eg5giZxUe0wYfBb2G4yuptst5xn9anFZ+La8j29I+6bCF1a/t8TRwlMIrIw=,iv:VMjiEvCLwN0GcTNPY52n6BeH8YHBhuhlvbYCqb00pqc=,tag:FNWmgG8S/V2XAyrSf3+MPw==,type:str]
pgp: []
unencrypted_suffix: _unencrypted
version: 3.8.1
11 changes: 6 additions & 5 deletions helm-charts/app/prod/prod.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ unnamed:
hosts:
- cellmapchallenge.2i2c.cloud

# The nfs share /db/prod was created manually
nfs:
pv:
serverIP: 10.12.39.58

adminUsers:
- GeorgianaElena

Expand All @@ -23,8 +28,4 @@ unnamed:
client_id: Ov23liSODletCDyM8sa8
redirect_uri: http://cellmapchallenge.2i2c.cloud/accounts/github/login/callback/
VERIFIED_EMAIL: True

# The nfs share /db/prod was created manually
nfs:
pv:
serverIP: 10.12.39.58
CHALLENGE_STATE: "NOT_STARTED"
1 change: 1 addition & 0 deletions helm-charts/app/staging/staging.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ unnamed:
client_id: Ov23liNajAJLgDlanrUb
redirect_uri: http://staging.cellmapchallenge.2i2c.cloud/accounts/github/login/callback
VERIFIED_EMAIL: True
CHALLENGE_STATE: "RUNNING"

0 comments on commit f8a29e3

Please sign in to comment.