Skip to content

Commit

Permalink
fix(helm): set correct default yoke download url
Browse files Browse the repository at this point in the history
  • Loading branch information
error418 committed Mar 17, 2020
1 parent b471ed1 commit 9b7c5d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion helm/swingletree/requirements.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dependencies:
- name: redis
version: 9.5.2
repository: https://kubernetes-charts.storage.googleapis.com/
repository: https://kubernetes-charts.storage.googleapis.com/ # specify your HELM proxy, if you do not have direct access to the public chart storage (mostly in enterprise environments)
condition: redis.enabled
6 changes: 3 additions & 3 deletions helm/swingletree/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ redis:
enabled: false
fullnameOverride: swingletree-cache
image:
registry: docker.io
registry: docker.io # set this to your procy registry, if you have no direct access to GitHub Package Registry (mosty in enterprise environments)
persistence:
enabled: false
master:
Expand Down Expand Up @@ -62,7 +62,7 @@ sonar:
## Feature flags
features:
login: true # enable authentication via github for deck
yoke: https://github.com/error418/yoke/releases # yoke download url
yoke: https://github.com/swingletree-oss/yoke/releases # yoke download url

## Swingletree core service configuration
### deck configuration
Expand Down Expand Up @@ -164,7 +164,7 @@ images:
repo: plugin-testng/plugin-testng
version: 1.1.0 #plugin-testng_VERSION
pullPolicy: IfNotPresent
registry: docker.pkg.github.com/swingletree-oss/
registry: docker.pkg.github.com/swingletree-oss/ # set this to your procy registry, if you have no direct access to GitHub Package Registry (mosty in enterprise environments)

# configure your image pull secret if you need to pull from a private registry
#imagePullSecret: regcred
Expand Down

0 comments on commit 9b7c5d5

Please sign in to comment.