Skip to content

Commit

Permalink
switch charts to harbor registry
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticroentgen committed Oct 22, 2024
1 parent 904f9d2 commit e0b8bd4
Show file tree
Hide file tree
Showing 27 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion charts/cryptpad/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: cryptpad
description: A Helm chart for cryptpad
type: application

version: 0.0.12
version: 0.0.13

# App metadata
appVersion: "2024.3.1"
Expand Down
4 changes: 2 additions & 2 deletions charts/cryptpad/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ podLabels: {}
extraInitContainers: {}
resources: {}
image:
repository: ghcr.io/ethdevops/cryptpad-docker
tag: ""
repository: docker.ethquokkaops.io/ethquokkaops/ethdevops/cryptpad-docker
tag: main

ingress:
enabled: true
Expand Down
2 changes: 1 addition & 1 deletion charts/cubebackup/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: cubebackup
description: A Helm chart for cubebackup
type: application

version: 0.0.7
version: 0.0.8

# App metadata
appVersion: "v1.0.0"
Expand Down
4 changes: 2 additions & 2 deletions charts/cubebackup/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ spec:
spec:
initContainers:
- name: init-config
image: cubebackup/cubebackup
image: docker.ethquokkaops.io/dh/cubebackup/cubebackup
command: ["/bin/sh", "-c", "cp -Rnv /opt/cubebackup/etc/* /tmp/"]
volumeMounts:
- name: vol-config
mountPath: /tmp
containers:
- name: cubebackup
image: cubebackup/cubebackup
image: docker.ethquokkaops.io/dh/cubebackup/cubebackup
ports:
- containerPort: 80
name: http
Expand Down
2 changes: 1 addition & 1 deletion charts/discord-backup-bot/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: discord-backup-bot
description: A Helm chart for the discord backup bot
type: application

version: 0.2.9
version: 0.2.10

# App metadata
appVersion: "v0.9.4"
Expand Down
2 changes: 1 addition & 1 deletion charts/discord-backup-bot/templates/job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
spec:
containers:
- name: {{ .Release.Name }}-bot
image: ghcr.io/ethdevops/efdiscordbackupbot:{{ .Values.imageTag }}
image: docker.ethquokkaops.io/ethquokkaops/ethdevops/efdiscordbackupbot:{{ .Values.imageTag }}
volumeMounts:
- name: {{ .Release.Name }}-sign-secret-vol
mountPath: /var/sign-secret
Expand Down
2 changes: 1 addition & 1 deletion charts/github-runner-manager/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: github-runner-manager
description: Managed self-hosted runners for GitHub
type: application

version: 1.0.6
version: 1.0.7

# App metadata
appVersion: "v0.0.1"
Expand Down
2 changes: 1 addition & 1 deletion charts/github-runner-manager/templates/deploy-back.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
spec:
containers:
- name: github-autoscaler
image: ghcr.io/ethdevops/github-actions-autoscaler:{{ .Values.imageTag }}
image: docker.ethquokkaops.io/ethquokkaops/ethdevops/github-actions-autoscaler:{{ .Values.imageTag }}
resources:
{{- toYaml .Values.resources | nindent 12 }}
ports:
Expand Down
2 changes: 1 addition & 1 deletion charts/github-runner-manager/templates/deploy-front.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: github-autoscaler
image: ghcr.io/ethdevops/github-actions-autoscaler-ui:{{ .Values.uiImageTag }}
image: docker.ethquokkaops.io/ethquokkaops/ethdevops/github-actions-autoscaler-ui:{{ .Values.uiImageTag }}
resources:
{{- toYaml .Values.resources | nindent 12 }}
ports:
Expand Down
2 changes: 1 addition & 1 deletion charts/hackmd-backup/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: hackmd-backup
description: Creates backups from a HackMD instance
type: application

version: 0.1.2
version: 0.1.3

# App metadata
appVersion: "v0.0.1"
Expand Down
2 changes: 1 addition & 1 deletion charts/hackmd-backup/templates/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
restartPolicy: OnFailure
containers:
- name: hackmd-backup
image: ghcr.io/ethdevops/hackmd-backup-tool:{{ .Values.imageTag }}
image: docker.ethquokkaops.io/ethquokkaops/ethdevops/hackmd-backup-tool:{{ .Values.imageTag }}
volumeMounts:
- name: credential-cache
mountPath: /data/credentials
Expand Down
2 changes: 1 addition & 1 deletion charts/hackmd-backup/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
spec:
containers:
- name: selenium-webdriver
image: selenium/standalone-chrome:{{ .Values.seleniumImageTag }}
image: docker.ethquokkaops.io/dh/selenium/standalone-chrome:{{ .Values.seleniumImageTag }}
ports:
- name: webdriver
containerPort: 4444
Expand Down
2 changes: 1 addition & 1 deletion charts/healthchecks/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: healthchecks
description: A Helm chart for hosting healthchecks.io
type: application

version: 0.1.2
version: 0.1.3

# App metadata
appVersion: "v3.0"
Expand Down
2 changes: 1 addition & 1 deletion charts/healthchecks/templates/deployment-db.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
claimName: {{ .Release.Name }}-hc-db-data
containers:
- name: db
image: postgres:16
image: docker.ethquokkaops.io/dh/postgres:16
env:
- name: POSTGRES_DB
value: {{ .Values.db.name }}
Expand Down
2 changes: 1 addition & 1 deletion charts/healthchecks/templates/deployment-webserver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
spec:
containers:
- name: web
image: healthchecks/healthchecks:{{ .Values.imageTag }}
image: docker.ethquokkaops.io/dh/healthchecks/healthchecks:{{ .Values.imageTag }}
envFrom:
- configMapRef:
name: {{ .Release.Name }}-hc-config
Expand Down
2 changes: 1 addition & 1 deletion charts/netbox/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: netbox
version: 5.0.4
version: 5.0.5
appVersion: v3.6.4
kubeVersion: ">=1.25.0"
description: IP address management (IPAM) and data center infrastructure management (DCIM) tool
Expand Down
6 changes: 3 additions & 3 deletions charts/netbox/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
replicaCount: 1

image:
repository: netboxcommunity/netbox
repository: docker.ethquokkaops.io/ethquokkaops/ethdevops/netbox-docker
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: ""
Expand Down Expand Up @@ -664,7 +664,7 @@ readinessProbe:

init:
image:
repository: busybox
repository: docker.ethquokkaops.io/dh/busybox
tag: 1.36.1
pullPolicy: IfNotPresent

Expand All @@ -681,7 +681,7 @@ init:

test:
image:
repository: busybox
repository: docker.ethquokkaops.io/dh/busybox
tag: 1.36.1
pullPolicy: IfNotPresent

Expand Down
2 changes: 1 addition & 1 deletion charts/notion-backup/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: notion-backup
description: Creates backups from Notion
type: application

version: 0.1.6
version: 0.1.7

# App metadata
appVersion: "v0.0.1"
Expand Down
2 changes: 1 addition & 1 deletion charts/notion-backup/templates/cronjob-download.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
restartPolicy: Never
containers:
- name: notion-backup
image: ghcr.io/ethdevops/notion-backup-tool:{{ .Values.imageTag }}
image: docker.ethquokkaops.io/ethquokkaops/ethdevops/notion-backup-tool:{{ .Values.imageTag }}
volumeMounts:
- name: credential-cache
mountPath: /data/credentials
Expand Down
2 changes: 1 addition & 1 deletion charts/notion-backup/templates/cronjob-trigger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
restartPolicy: Never
containers:
- name: notion-backup
image: ghcr.io/ethdevops/notion-backup-tool:{{ .Values.imageTag }}
image: docker.ethquokkaops.io/ethquokkaops/ethdevops/notion-backup-tool:{{ .Values.imageTag }}
volumeMounts:
- name: credential-cache
mountPath: /data/credentials
Expand Down
2 changes: 1 addition & 1 deletion charts/notion-backup/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
spec:
containers:
- name: selenium-webdriver
image: selenium/standalone-chrome:{{ .Values.seleniumImageTag }}
image: docker.ethquokkaops.io/dh/selenium/standalone-chrome:{{ .Values.seleniumImageTag }}
ports:
- name: webdriver
containerPort: 4444
Expand Down
2 changes: 1 addition & 1 deletion charts/patchman/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: patchman
description: A Helm chart for patchman
type: application

version: 0.0.2
version: 0.0.3

# App metadata
appVersion: "1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion charts/patchman/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
baseDomain: patchman.example.com
image:
repository: ghcr.io/ethdevops/patchman-docker
repository: docker.ethquokkaops.io/ethquokkaops/ethdevops/patchman-docker
tag: main
commonAnnotations: {}
podAnnotations: {}
Expand Down
2 changes: 1 addition & 1 deletion charts/s3-bucket-sync/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: s3-bucket-sync
description: Keeps 2 s3 buckets in sync
type: application

version: 0.0.18
version: 0.0.19

# App metadata
appVersion: "v0.11.0"
Expand Down
2 changes: 1 addition & 1 deletion charts/s3-bucket-sync/templates/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
{{- end }}
containers:
- name: {{ .Release.Name }}-minio-mirror
image: ghcr.io/ethdevops/s3-sync-docker:{{ .Values.imageTag }}
image: docker.ethquokkaops.io/ethquokkaops/ethdevops/s3-sync-docker:{{ .Values.imageTag }}
{{- if .Values.useCustomConfig }}
volumeMounts:
- name: custom-config-vol
Expand Down
2 changes: 1 addition & 1 deletion charts/teleport-argo-sync/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: teleport-argo-sync
description: A Helm chart for teleport-argo-sync
type: application

version: 0.0.2
version: 0.0.3

# App metadata
appVersion: "1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion charts/teleport-argo-sync/templates/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
name: {{ .Release.Name }}-clusters
containers:
- name: {{ .Release.Name }}-sync
image: ghcr.io/ethdevops/teleport-argocd-sync:{{ .Values.image.tag }}
image: docker.ethquokkaops.io/ethquokkaops/ethdevops/teleport-argocd-sync:{{ .Values.image.tag }}
volumeMounts:
- name: clusters-config
mountPath: "/config"
Expand Down

0 comments on commit e0b8bd4

Please sign in to comment.