Skip to content

Commit

Permalink
Merge pull request #646 from uselagoon/legacy-registry-removal
Browse files Browse the repository at this point in the history
chore: remove legacy registry passthrough from core
  • Loading branch information
tobybellwood authored Mar 1, 2024
2 parents 3120b26 + 23d9f09 commit 0d4509a
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 6 deletions.
2 changes: 2 additions & 0 deletions charts/lagoon-core/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,7 @@ dependencies:
# Valid supported kinds are added, changed, deprecated, removed, fixed and security
annotations:
artifacthub.io/changes: |
- kind: changed
description: remove unused legacy registry setting from core
- kind: changed
description: modify keycloak liveness and readiness endpoint
1 change: 0 additions & 1 deletion charts/lagoon-core/ci/linter-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
# To be deprecated - see uselagoon/lagoon#2907
harborURL: http://disabled-only-use-harbor-via-deploy-controller.invalid
harborAdminPassword: not-needed
registry: disabled-only-use-harbor-via-deploy-controller.invalid

# used in api
elasticsearchURL: http://opendistro-es-client-service.opendistro-es.svc.cluster.local:9200
Expand Down
2 changes: 0 additions & 2 deletions charts/lagoon-core/templates/api.deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,6 @@ spec:
key: RABBITMQ_USERNAME
- name: REDIS_HOST
value: {{ include "lagoon-core.apiRedis.fullname" . }}
- name: REGISTRY
value: {{ required "A valid .Values.registry required!" .Values.registry | quote }}
- name: S3_FILES_BUCKET
value: {{ required "A valid .Values.s3FilesBucket required!" .Values.s3FilesBucket | quote }}
- name: S3_FILES_HOST
Expand Down
2 changes: 0 additions & 2 deletions charts/lagoon-core/templates/webhooks2tasks.deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,6 @@ spec:
secretKeyRef:
name: {{ include "lagoon-core.broker.fullname" . }}
key: RABBITMQ_USERNAME
- name: REGISTRY
value: {{ required "A valid .Values.registry required!" .Values.registry | quote }}
{{- range $key, $val := .Values.webhooks2tasks.additionalEnvs }}
- name: {{ $key }}
value: {{ $val | quote }}
Expand Down
1 change: 0 additions & 1 deletion charts/lagoon-core/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# elasticsearchURL:
# harborURL:
# kibanaURL:
# registry:
# s3BAASSecretAccessKey:
# s3BAASAccessKeyID:
# s3FilesAccessKeyID:
Expand Down

0 comments on commit 0d4509a

Please sign in to comment.