Skip to content

Commit

Permalink
DEVOPS-227-HELM - Update helm to use aqua registry to pull KB and sta…
Browse files Browse the repository at this point in the history
…rboard image (#891)

* DEVOPS-226-operator-update-operator-to-use-aqua-registry-to-pull-kb-and-starboard-image

* updagint versions

* dummy - trigger workflow

---------

Co-authored-by: Yariv Freifeld <[email protected]>
  • Loading branch information
yariv-freifeld-aqua and Yariv Freifeld authored Oct 13, 2024
1 parent f18eab8 commit 16da045
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

# Overview


This page contains instructions for deploying Aqua Enterprise in a Kubernetes cluster, using the [Helm package manager](https://helm.sh/).

Refer to the Aqua Enterprise product documentation for the broader context: [Kubernetes with Helm Charts](https://docs.aquasec.com/v2022.4/docs/kubernetes-with-helm).
Expand Down
4 changes: 2 additions & 2 deletions aqua-quickstart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,9 @@ starboard:
automountServiceAccountToken: "true"
securityContext: {}
image:
repositoryUriPrefix: "docker.io/aquasec"
repositoryUriPrefix: "registry.aquasec.com"
repository: "starboard-operator"
tag: "0.13.0"
tag: "0.15.20"
pullPolicy: Always
container_securityContext:
privileged: false
Expand Down
2 changes: 2 additions & 0 deletions kube-enforcer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changelog
All notable changes to this project will be documented in this file.
## 2022.4.48 ( Sep 16th, 2024 )
* changing the default registry DEVOPS-227

## 2022.4.48 ( Aug 29th, 2024 )
* Allow disabling the installation of starboard CRDs when starboard is enabled
Expand Down
2 changes: 1 addition & 1 deletion kube-enforcer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ microEnforcerImage:

# KubeBench Image
kubebenchImage:
repository: "aquasec/kube-bench" # Default aqua registry KubeBench repository name
repository: "registry.aquasec.com/kube-bench" # Default aqua registry KubeBench repository name
tag: "v0.7.3"

# Enable/Disable KB scanning on tainted nodes
Expand Down

0 comments on commit 16da045

Please sign in to comment.