Skip to content

Commit 0073b72

Browse files
author
niso120b
committed
Update aqua version to 4.5
1 parent 3a2d6c7 commit 0073b72

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+42
-42
lines changed

automation/aquactl/default/aks/aquasec.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ infra:
33
context: "default"
44
platform: "aks"
55
common:
6-
version: "4.2"
6+
version: "4.5"
77
serviceAccount: "aqua-sa"
88
registry: "registry.aquasec.com"
99
PullPolicy: "IfNotPresent"

automation/aquactl/default/eks/aquasec.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ infra:
33
context: "default"
44
platform: "eks"
55
common:
6-
version: "4.2"
6+
version: "4.5"
77
serviceAccount: "aqua-sa"
88
registry: "registry.aquasec.com"
99
PullPolicy: "IfNotPresent"

automation/aquactl/default/gke/aquasec.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ infra:
33
context: "default"
44
platform: "gke"
55
common:
6-
version: "4.2"
6+
version: "4.5"
77
serviceAccount: "aqua-sa"
88
registry: "registry.aquasec.com"
99
PullPolicy: "IfNotPresent"

automation/aquactl/default/kubernetes/aquasec.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ infra:
33
context: "default"
44
platform: "kubernetes"
55
common:
6-
version: "4.2"
6+
version: "4.5"
77
serviceAccount: "aqua-sa"
88
registry: "registry.aquasec.com"
99
PullPolicy: "IfNotPresent"

automation/aquactl/default/openshift/aquasec.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ infra:
33
context: "default"
44
platform: "openshift"
55
common:
6-
version: "4.2"
6+
version: "4.5"
77
serviceAccount: "aqua-sa"
88
registry: "registry.aquasec.com"
99
PullPolicy: "IfNotPresent"

automation/aquactl/default/rancher/aquasec.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ infra:
33
context: "default"
44
platform: "rancher"
55
common:
6-
version: "4.2"
6+
version: "4.5"
77
serviceAccount: "aqua-sa"
88
registry: "registry.aquasec.com"
99
PullPolicy: "IfNotPresent"

automation/shell/SaaS/aqua-enforcer-gke-saas.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ echo " Secure once, Run Anywhere "
2222
echo ""
2323
echo " ***************************************************************"
2424

25-
read -p "What version of Aqua Enforcer tag do you want to install (i.e. 4.2.0): " aquatag
25+
read -p "What version of Aqua Enforcer tag do you want to install (i.e. 4.5.0): " aquatag
2626
read -p "What is the address of your Aqua SaaS instance (i.e. saas01.aquasec.com) : " saasenv
2727
echo ""
2828
# Pull down the images from AquaSec

orchestrators/aks/templates/enforcer/enforcer-daemonset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
restartPolicy: Always
2424
containers:
2525
- name: aqua-agent
26-
image: registry.aquasec.com/enforcer:4.2
26+
image: registry.aquasec.com/enforcer:4.5
2727
imagePullPolicy: IfNotPresent
2828
securityContext:
2929
privileged: true

orchestrators/aks/templates/scanner/scanner-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
restartPolicy: Always
2323
containers:
2424
- name: aqua-scanner
25-
image: registry.aquasec.com/scanner:4.2
25+
image: registry.aquasec.com/scanner:4.5
2626
imagePullPolicy: Always
2727
args:
2828
- daemon

orchestrators/aks/templates/server/db-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
restartPolicy: Always
2424
containers:
2525
- name: aqua-db
26-
image: registry.aquasec.com/database:4.2
26+
image: registry.aquasec.com/database:4.5
2727
imagePullPolicy: IfNotPresent
2828
env:
2929
- name: POSTGRES_PASSWORD

0 commit comments

Comments
 (0)