Skip to content

Commit

Permalink
Merge pull request #129 from wguanicedew/main
Browse files Browse the repository at this point in the history
bug fixes
  • Loading branch information
wguanicedew authored Dec 4, 2024
2 parents 771ab8b + 5aa6d74 commit 8620a73
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion helm/bigmon/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ main:
enabled: true

image:
tag: "v0.6.25"
tag: "v0.6.27"

autoStart: true

Expand Down
2 changes: 1 addition & 1 deletion helm/idds/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ global:
rest:
enabled: true
image:
tag: "2.2.7"
tag: "2.2.8"

resources:
limits:
Expand Down
3 changes: 2 additions & 1 deletion helm/panda/charts/server/panda_server_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"schemaPANDAARCH": "$PANDA_DB_SCHEMAPANDAARCH",
"schemaJEDI": "$PANDA_DB_SCHEMAJEDI",
"configurator_use_cert": "False",
"production_dns": "iddssv1",
"production_dns": "iddssv1,Robot,Pilot",
"pilot_owners": "pilot",
"pserveralias": "panda-dev-server",
"pserverhost": "$PANDA_HOSTNAME",
"pserverport": "443",
Expand Down

0 comments on commit 8620a73

Please sign in to comment.