Skip to content

Commit

Permalink
Merge pull request #29 from 2i2c-org/bumps
Browse files Browse the repository at this point in the history
Bump chart versions
  • Loading branch information
yuvipanda authored Sep 23, 2024
2 parents 4fc7c12 + 25c9ec6 commit 68f7d1f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 17 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.153.h006ce20
version: 0.0.1-0.dev.git.168.h7074c29
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
12 changes: 4 additions & 8 deletions helm-charts/app/prod/prod.values.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
unnamed:
service:
type: ClusterIP
port: 8000

ingress:
enabled: true
annotations:
Expand All @@ -15,10 +11,8 @@ unnamed:
hosts:
- cellmapchallenge.2i2c.cloud

# The nfs share /db/prod was created manually
nfs:
pv:
serverIP: 10.12.39.58
pvc:
storageClassName: premium-rwo

adminUsers:
- GeorgianaElena
Expand All @@ -29,6 +23,8 @@ unnamed:
overrides:
ALLOWED_HOSTS:
- cellmapchallenge.2i2c.cloud
CSRF_TRUSTED_ORIGINS:
- https://cellmapchallenge.2i2c.cloud
DEBUG: True
SOCIALACCOUNT_PROVIDERS:
github:
Expand Down
12 changes: 4 additions & 8 deletions helm-charts/app/staging/staging.values.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
unnamed:
service:
type: ClusterIP
port: 8000

ingress:
enabled: true
annotations:
Expand All @@ -15,10 +11,8 @@ unnamed:
hosts:
- staging.cellmapchallenge.2i2c.cloud

# The nfs share /db/staging was created manually
nfs:
pv:
serverIP: 10.12.39.58
pvc:
storageClassName: premium-rwo

adminUsers:
- GeorgianaElena
Expand All @@ -28,6 +22,8 @@ unnamed:
overrides:
ALLOWED_HOSTS:
- staging.cellmapchallenge.2i2c.cloud
CSRF_TRUSTED_ORIGINS:
- https://staging.cellmapchallenge.2i2c.cloud
DEBUG: True
SOCIALACCOUNT_PROVIDERS:
github:
Expand Down

0 comments on commit 68f7d1f

Please sign in to comment.