Skip to content

Commit

Permalink
Merge pull request #264 from sheril5/main
Browse files Browse the repository at this point in the history
changed registry to ghcr for loki-stack,postgresql and temporal
  • Loading branch information
akash4sh authored May 23, 2024
2 parents 23f1937 + b5213ea commit c2a2c72
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 11 deletions.
2 changes: 1 addition & 1 deletion charts/loki-stack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ maintainers:
name: loki-stack
sources:
- https://github.com/grafana/loki
version: 0.0.3
version: 0.0.4
11 changes: 11 additions & 0 deletions charts/loki-stack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ test_pod:
loki:
enabled: true
isDefault: true
image:
#registry: ghcr.io
repository: ghcr.io/kube-tarian/helmrepo-supporting-tools/loki
tag: 2.6.1
url: http://{{(include "loki.serviceName" .)}}:{{ .Values.loki.service.port }}
readinessProbe:
httpGet:
Expand Down Expand Up @@ -38,6 +42,13 @@ loki:

promtail:
enabled: true
image:
# -- The Docker registry for sidecar config-reloader
registry: ghcr.io
# -- Docker image repository for sidecar config-reloader
repository: kube-tarian/helmrepo-supporting-tools/promtail
# -- Docker image tag for sidecar config-reloader
tag: 2.9.2
config:
logLevel: info
serverPort: 3101
Expand Down
2 changes: 1 addition & 1 deletion charts/postgresql/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ maintainers:
name: postgresql
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/postgresql
version: 1.0.1
version: 1.0.2
12 changes: 6 additions & 6 deletions charts/postgresql/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ diagnosticMode:
## @param image.debug Specify if debug values should be set
##
image:
registry: docker.io
repository: bitnami/postgresql
registry: ghcr.io
repository: kube-tarian/helmrepo-supporting-tools/postgresql
tag: 16.0.0-debian-11-r13
digest: ""
## Specify a imagePullPolicy
Expand Down Expand Up @@ -1297,8 +1297,8 @@ volumePermissions:
## @param volumePermissions.image.pullSecrets Init container volume-permissions image pull secrets
##
image:
registry: docker.io
repository: bitnami/os-shell
registry: ghcr.io
repository: kube-tarian/helmrepo-supporting-tools/os-shell
tag: 11-debian-11-r90
digest: ""
pullPolicy: IfNotPresent
Expand Down Expand Up @@ -1398,8 +1398,8 @@ metrics:
## @param metrics.image.pullSecrets Specify image pull secrets
##
image:
registry: docker.io
repository: bitnami/postgres-exporter
registry: ghcr.io
repository: kube-tarian/helmrepo-supporting-tools/postgres-exporter
tag: 0.14.0-debian-11-r15
digest: ""
pullPolicy: IfNotPresent
Expand Down
2 changes: 1 addition & 1 deletion charts/temporal/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ type: application

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 0.1.8
version: 0.1.9

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
Expand Down
4 changes: 2 additions & 2 deletions charts/temporal/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ server:
enabled: true
sidecarContainers: {}
image:
repository: temporalio/server
repository: ghcr.io/kube-tarian/helmrepo-supporting-tools/server
tag: 1.22.1
pullPolicy: IfNotPresent

Expand Down Expand Up @@ -234,7 +234,7 @@ server:
admintools:
enabled: true
image:
repository: temporalio/admin-tools
repository: ghcr.io/kube-tarian/helmrepo-supporting-tools/admin-tools
tag: 1.22.1
pullPolicy: IfNotPresent

Expand Down

0 comments on commit c2a2c72

Please sign in to comment.