Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
with:
flavor: ${{ matrix.flavor }}
options: --set BASE_REPO="ghcr.io/uds-packages"
runsOn: ${{ matrix.architecture == 'arm64' && 'appstore-4-core-arm64' || 'appstore-4-core-amd64' }}
runsOn: ${{ matrix.architecture == 'arm64' && 'appstore-8-core-arm64' || 'appstore-8-core-amd64' }}
uds-releaser: true
secrets: inherit # Inherits all secrets from the parent workflow.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,11 @@ jobs:
with:
timeout: 30
options: --set BASE_REPO="ghcr.io/uds-packages"
runsOn: appstore-4-core-amd64
runsOn: appstore-8-core-amd64
Comment thread
jasonwashburn marked this conversation as resolved.
upgrade-flavors: ${{ needs.check-flavor.outputs.upgrade-flavors }}
flavor: ${{ matrix.flavor }}
type: ${{ matrix.type }}

secrets: inherit # Inherits all secrets from the parent workflow.

verify-test:
Expand Down
11 changes: 9 additions & 2 deletions values/upstream-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,17 @@ cve:
scanner:
image:
repository: neuvector/scanner
tag: latest
tag: "6"
volumes:
- name: internal-cert-dir
emptyDir:
sizeLimit: 50Mi
volumeMounts:
- mountPath: /etc/neuvector/certs/internal/
name: internal-cert-dir

updater:
enabled: true
image:
repository: neuvector/updater
tag: latest
tag: "0.0.10"
Comment thread
jasonwashburn marked this conversation as resolved.
4 changes: 2 additions & 2 deletions zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ components:
images:
- docker.io/neuvector/controller:5.5.0
- docker.io/neuvector/manager:5.5.0
- docker.io/neuvector/updater:latest
- docker.io/neuvector/scanner:latest
- docker.io/neuvector/updater:0.0.10
- docker.io/neuvector/scanner:6
- docker.io/neuvector/enforcer:5.5.0

- name: neuvector
Expand Down
Loading