Skip to content

Commit

Permalink
chore: remove legacy registry passthrough from core
Browse files Browse the repository at this point in the history
  • Loading branch information
shreddedbacon committed Feb 23, 2024
1 parent b45b6fd commit 4893812
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 14 deletions.
10 changes: 2 additions & 8 deletions charts/lagoon-core/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ type: application
# time you make changes to the chart and its templates, including the app
# version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.41.0
version: 1.41.1

# 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 All @@ -41,10 +41,4 @@ dependencies:
annotations:
artifacthub.io/changes: |
- kind: changed
description: bump lagoon-opensearch-sync version to v0.7.1
- kind: changed
description: updated to insights-handler:v0.0.2
- kind: changed
description: pinned insights to trivy:0.48.0
- kind: changed
description: update lagoon appVersion to v2.17.0
description: remove unused legacy registry setting from core
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 4893812

Please sign in to comment.