Skip to content

Commit

Permalink
revert namespace repositioning
Browse files Browse the repository at this point in the history
  • Loading branch information
wkloucek committed Nov 25, 2024
1 parent 9b62934 commit 06f3d2b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions deployments/ocis-office/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ repositories:

releases:
- name: tika
namespace: tika
chart: tika/tika
version: 2.9.0
namespace: tika
labels:
ci-lint-skip: true # skip linting this chart in CI
values:
Expand All @@ -36,23 +36,23 @@ releases:
- onlyoffice/postgres-operator

- name: rabbitmq
namespace: onlyoffice
chart: bitnami/rabbitmq
version: 15.0.4
namespace: onlyoffice
labels:
ci-lint-skip: true # skip linting this chart in CI

- name: redis
namespace: onlyoffice
chart: bitnami/redis
version: 20.2.1
namespace: onlyoffice
labels:
ci-lint-skip: true # skip linting this chart in CI

- name: postgres-operator
namespace: onlyoffice
chart: postgres-operator/postgres-operator
version: 1.13.0
namespace: onlyoffice
labels:
ci-lint-skip: true # skip linting this chart in CI
values:
Expand All @@ -62,9 +62,9 @@ releases:
connection_pooler_mode: "session"

- name: onlyoffice
namespace: onlyoffice
chart: onlyoffice/docs
version: 4.3.0
namespace: onlyoffice
labels:
ci-lint-skip: true # skip linting this chart in CI
needs:
Expand Down

0 comments on commit 06f3d2b

Please sign in to comment.