Skip to content

Commit

Permalink
try with new postgres operator version
Browse files Browse the repository at this point in the history
  • Loading branch information
ericwyles committed Jun 7, 2024
1 parent 73749d8 commit feb5884
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 16 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/ewyles-testing-arm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
flavor: [upstream, registry1]
architecture: [amd64, arm64]
architecture: [arm64]
exclude:
- flavor: registry1
architecture: arm64
Expand All @@ -38,18 +38,6 @@ jobs:
registry1Password: ${{ secrets.IRON_BANK_ROBOT_PASSWORD }}
ghToken: ${{ secrets.GITHUB_TOKEN }}

# - name: Install k3d
# if: ${{ runner.arch == 'ARM64' }}
# shell: bash
# # renovate: datasource=github-tags depName=k3d-io/k3d versioning=semver
# run: curl -s https://raw.githubusercontent.com/k3d-io/k3d/main/install.sh | TAG=v5.6.3 bash

# - name: Install UDS CLI
# if: ${{ runner.arch == 'ARM64' }}
# shell: bash
# # renovate: datasource=github-tags depName=defenseunicorns/uds-cli versioning=semver
# run: curl -o /usr/local/bin/uds -L https://github.com/defenseunicorns/uds-cli/releases/download/${{ env.UDS_CLI_VERSION }}/uds-cli_${{ env.UDS_CLI_VERSION }}_Linux_arm64 && chmod +x /usr/local/bin/uds

- name: Publish Package
run: UDS_ARCHITECTURE=${{ matrix.architecture }} uds run -f tasks/fake-publish.yaml package --set FLAVOR=${{ matrix.flavor }}

Expand Down
2 changes: 1 addition & 1 deletion bundle/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ packages:

- name: postgres-operator
repository: ghcr.io/defenseunicorns/packages/uds/postgres-operator
ref: 1.11.0-uds.0-upstream
ref: 1.11.0-uds.1-upstream
overrides:
postgres-operator:
uds-postgres-config:
Expand Down
4 changes: 2 additions & 2 deletions tasks/fake-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ tasks:
- task: dependencies:create
- task: create:test-bundle
- task: setup:k3d-test-cluster
# - task: deploy:test-bundle
- task: deploy:test-bundle
- task: setup:create-doug-user
# - task: test:all
- task: test:all

# - description: Publish the package
# task: publish:package
Expand Down

0 comments on commit feb5884

Please sign in to comment.