Skip to content

Commit

Permalink
svc
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikael Vanhemert committed Jan 5, 2024
1 parent 9ede323 commit 5fbfc03
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
6 changes: 5 additions & 1 deletion bundle/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,14 @@ metadata:
version: 0.1.0

packages:
- name: gitlab-minio
path: ../
ref: 5.0.13-0

- name: gitlab-postgres
path: ../
ref: 12.6.6-0

- name: gitlab-redis
path: ../
ref: 17.13.2-0
Expand Down
7 changes: 0 additions & 7 deletions test/redis/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,6 @@ metadata:
architecture: amd64

components:
# - name: redis-kyverno-exceptions
# required: true
# manifests:
# - name: kyverno-exceptions
# files:
# - policy-exceptions/externalName.yaml
# - policy-exceptions/registry.yaml
- name: redis-istio-exceptions
required: true
manifests:
Expand Down
2 changes: 1 addition & 1 deletion zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ variables:
- name: BUCKET_SUFFIX
default: ""
- name: GITLAB_REDIS_ENDPOINT
default: "gitlab-redis"
default: "redis-master.gitlab-redis.svc.cluster.local"
- name: GITLAB_REDIS_SCHEME
default: "redis"
- name: GITLAB_DB_NAME
Expand Down

0 comments on commit 5fbfc03

Please sign in to comment.