Skip to content

Commit

Permalink
fix(ckan): change images to teutonet image repo (#976)
Browse files Browse the repository at this point in the history
  • Loading branch information
SyeKlu authored May 29, 2024
1 parent b05e2a1 commit 177d28e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/trusted_registries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ registries:
ghcr.io:
aquasecurity: ALL_IMAGES
kyverno: ALL_IMAGES
teutonet: ALL_IMAGES
quay.io:
cilium: ALL_IMAGES
jetstack: ALL_IMAGES
Expand Down
12 changes: 6 additions & 6 deletions charts/ckan/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ ckan:
- datastore
- datapusher
image:
registry: ""
registry: "ghcr.io"
pullPolicy: IfNotPresent
pullSecrets: []
repository: syeklu/ckan
tag: 0.2.0
repository: teutonet/oci-images/ckan
tag: 1.0.0
digest: ""
ingress:
ingressClassName: ""
Expand Down Expand Up @@ -173,11 +173,11 @@ redis:
solr:
enabled: true
image:
registry: ""
registry: "ghcr.io"
pullPolicy: IfNotPresent
pullSecrets: []
repository: syeklu/ckan-solr
tag: 0.1.0
repository: teutonet/oci-images/solr-ckan
tag: 1.0.0
digest: ""
extraEnvVars:
- name: SOLR_CORE_CONF_DIR
Expand Down

0 comments on commit 177d28e

Please sign in to comment.