Skip to content

Commit

Permalink
fix: update chart image repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
moabu committed Mar 15, 2023
1 parent 0a3bb93 commit 8eea271
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 30 deletions.
14 changes: 7 additions & 7 deletions charts/janssen/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@ annotations:
artifacthub.io/containsSecurityUpdates: 'true'
artifacthub.io/images: |
- name: auth-server
image: janssenproject/auth-server:1.0.10_dev
image: ghcr.io/janssenproject/jans/auth-server:1.0.10_dev
- name: auth-server-key-rotation
image: janssenproject/certmanager:1.0.10_dev
image: ghcr.io/janssenproject/jans/certmanager:1.0.10_dev
- name: configuration-manager
image: janssenproject/configurator:1.0.10_dev
image: ghcr.io/janssenproject/jans/configurator:1.0.10_dev
- name: config-api
image: janssenproject/config-api:1.0.10_dev
image: ghcr.io/janssenproject/jans/config-api:1.0.10_dev
- name: fido2
image: janssenproject/fido2:1.0.10_dev
image: ghcr.iTo/janssenproject/jans/fido2:1.0.10_dev
- name: opendj
image: gluufederation/opendj:5.0.0_dev
- name: persistence
image: janssenproject/persistence-loader:1.0.10_dev
image: ghcr.io/janssenproject/jans/persistence-loader:1.0.10_dev
- name: scim
image: janssenproject/scim:1.0.10_dev
image: ghcr.io/janssenproject/jans/scim:1.0.10_dev
artifacthub.io/license: Apache-2.0
artifacthub.io/prerelease: 'true'
catalog.cattle.io/certified: partner
Expand Down
24 changes: 8 additions & 16 deletions charts/janssen/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,7 @@
"properties": {
"repository": {
"description": "Image to use for deploying",
"type": "string",
"pattern": "^[a-z0-9-_/]+$"
"type": "string"
},
"tag": {
"description": "Image tag to use for deploying.",
Expand Down Expand Up @@ -922,8 +921,7 @@
},
"repository": {
"description": "Image to use for deploying",
"type": "string",
"pattern": "^[a-z0-9-_/]+$"
"type": "string"
},
"tag": {
"description": "Image tag to use for deploying.",
Expand Down Expand Up @@ -1031,8 +1029,7 @@
},
"repository": {
"description": "Image to use for deploying",
"type": "string",
"pattern": "^[a-z0-9-_/]+$"
"type": "string"
},
"tag": {
"description": "Image tag to use for deploying.",
Expand Down Expand Up @@ -1177,8 +1174,7 @@
},
"repository": {
"description": "Image to use for deploying",
"type": "string",
"pattern": "^[a-z0-9-_/]+$"
"type": "string"
},
"tag": {
"description": "Image tag to use for deploying.",
Expand Down Expand Up @@ -1279,8 +1275,7 @@
},
"repository": {
"description": "Image to use for deploying",
"type": "string",
"pattern": "^[a-z0-9-_/]+$"
"type": "string"
},
"tag": {
"description": "Image tag to use for deploying.",
Expand Down Expand Up @@ -1540,8 +1535,7 @@
},
"repository": {
"description": "Image to use for deploying",
"type": "string",
"pattern": "^[a-z0-9-_/]+$"
"type": "string"
},
"tag": {
"description": "Image tag to use for deploying.",
Expand Down Expand Up @@ -1771,8 +1765,7 @@
},
"repository": {
"description": "Image to use for deploying",
"type": "string",
"pattern": "^[a-z0-9-_/]+$"
"type": "string"
},
"tag": {
"description": "Image tag to use for deploying.",
Expand Down Expand Up @@ -1909,8 +1902,7 @@
},
"repository": {
"description": "Image to use for deploying",
"type": "string",
"pattern": "^[a-z0-9-_/]+$"
"type": "string"
},
"tag": {
"description": "Image tag to use for deploying.",
Expand Down
14 changes: 7 additions & 7 deletions charts/janssen/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ auth-server:
# -- Image pullPolicy to use for deploying.
pullPolicy: IfNotPresent
# -- Image to use for deploying.
repository: janssenproject/auth-server
repository: ghcr.io/janssenproject/jans/auth-server
# -- Image tag to use for deploying.
tag: 1.0.10_dev
# -- Image Pull Secrets
Expand Down Expand Up @@ -112,7 +112,7 @@ auth-server-key-rotation:
# -- Image pullPolicy to use for deploying.
pullPolicy: IfNotPresent
# -- Image to use for deploying.
repository: janssenproject/certmanager
repository: ghcr.io/janssenproject/jans/certmanager
# -- Image tag to use for deploying.
tag: 1.0.10_dev
# -- Image Pull Secrets
Expand Down Expand Up @@ -267,7 +267,7 @@ config:
email: support@jans.io
image:
# -- Image to use for deploying.
repository: janssenproject/configurator
repository: ghcr.io/janssenproject/jans/configurator
# -- Image tag to use for deploying.
tag: 1.0.10_dev
# -- Image Pull Secrets
Expand Down Expand Up @@ -350,7 +350,7 @@ config-api:
# -- Image pullPolicy to use for deploying.
pullPolicy: IfNotPresent
# -- Image to use for deploying.
repository: janssenproject/config-api
repository: ghcr.io/janssenproject/jans/config-api
# -- Image tag to use for deploying.
tag: 1.0.10_dev
# -- Image Pull Secrets
Expand Down Expand Up @@ -442,7 +442,7 @@ fido2:
# -- Image pullPolicy to use for deploying.
pullPolicy: IfNotPresent
# -- Image to use for deploying.
repository: janssenproject/fido2
repository: ghcr.io/janssenproject/jans/fido2
# -- Image tag to use for deploying.
tag: 1.0.10_dev
# -- Image Pull Secrets
Expand Down Expand Up @@ -973,7 +973,7 @@ persistence:
# -- Image pullPolicy to use for deploying.
pullPolicy: IfNotPresent
# -- Image to use for deploying.
repository: janssenproject/persistence-loader
repository: ghcr.io/janssenproject/jans/persistence-loader
# -- Image tag to use for deploying.
tag: 1.0.10_dev
# -- Image Pull Secrets
Expand Down Expand Up @@ -1046,7 +1046,7 @@ scim:
# -- Image pullPolicy to use for deploying.
pullPolicy: IfNotPresent
# -- Image to use for deploying.
repository: janssenproject/scim
repository: ghcr.io/janssenproject/jans/scim
# -- Image tag to use for deploying.
tag: 1.0.10_dev
# -- Image Pull Secrets
Expand Down

0 comments on commit 8eea271

Please sign in to comment.