Skip to content

Commit

Permalink
wip: removing upgrade test because it requires a license
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-Kruggel committed Oct 29, 2024
1 parent 36ff931 commit 3ece739
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-docs-shim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
validate:
strategy:
matrix:
type: [install, upgrade]
type: [install]
flavor: [registry1]
uses: defenseunicorns/uds-common/.github/workflows/callable-ci-docs-shim.yaml@d59b1c601730bfa7ab76439643242358e529603e # v1.2.2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
strategy:
fail-fast: false
matrix:
type: [install, upgrade]
type: [install]
flavor: [registry1]
uses: defenseunicorns/uds-common/.github/workflows/callable-test.yaml@d59b1c601730bfa7ab76439643242358e529603e # v1.2.2
with:
Expand Down
2 changes: 1 addition & 1 deletion bundle/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ packages:

- name: postgres-operator
repository: ghcr.io/defenseunicorns/packages/uds/postgres-operator
ref: 1.13.0-uds.2-upstream
ref: 1.13.0-uds.3-upstream
overrides:
postgres-operator:
uds-postgres-config:
Expand Down
2 changes: 1 addition & 1 deletion values/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ artifactory:
admin:
secret: artifactory-admin-credentials
dataKey: adminCreds
openMetrics:
metrics:
enabled: true
database:
type: postgresql
Expand Down

0 comments on commit 3ece739

Please sign in to comment.