Skip to content

Commit

Permalink
Updated iot chart to use GHCR
Browse files Browse the repository at this point in the history
  • Loading branch information
mmontes11 committed Mar 17, 2023
1 parent 44c4e64 commit 1450e0c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions deploy/charts/iot/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: iot
description: General purpose Internet of Things platform
type: application
version: 0.3.1
appVersion: v3.8.0
version: 0.3.2
appVersion: v3.11.0
maintainers:
- name: mmontes11
email: [email protected]
14 changes: 7 additions & 7 deletions deploy/charts/iot/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ secretNameOverride: ""

back:
image:
repository: mmontes11/iot-back
repository: ghcr.io/mmontes11/iot-back
pullPolicy: IfNotPresent
tag: ""

Expand Down Expand Up @@ -57,7 +57,7 @@ back:

biot:
image:
repository: mmontes11/iot-biot
repository: ghcr.io/mmontes11/iot-biot
pullPolicy: IfNotPresent
tag: ""

Expand Down Expand Up @@ -96,7 +96,7 @@ biot:

front:
image:
repository: mmontes11/iot-front
repository: ghcr.io/mmontes11/iot-front
pullPolicy: Always
tag: ""

Expand Down Expand Up @@ -124,7 +124,7 @@ thing:
enabled: true

image:
repository: mmontes11/iot-thing
repository: ghcr.io/mmontes11/iot-thing
pullPolicy: IfNotPresent
tag: ""

Expand All @@ -139,7 +139,7 @@ thing:

worker:
image:
repository: mmontes11/iot-worker
repository: ghcr.io/mmontes11/iot-worker
pullPolicy: IfNotPresent
tag: ""

Expand Down Expand Up @@ -168,7 +168,7 @@ worker:

mosquitto:
image:
repository: mmontes11/iot-mosquitto
repository: ghcr.io/mmontes11/iot-mosquitto
pullPolicy: IfNotPresent
tag: ""

Expand All @@ -182,7 +182,7 @@ mosquitto:

nginx:
image:
repository: mmontes11/iot-nginx
repository: ghcr.io/mmontes11/iot-nginx
pullPolicy: IfNotPresent
tag: ""

Expand Down

0 comments on commit 1450e0c

Please sign in to comment.