Skip to content

Commit 581c6c4

Browse files
author
niso120b
committed
Update Version to 4.6 release
1 parent 60a3de7 commit 581c6c4

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.5"
6+
version: "4.6"
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.5"
6+
version: "4.6"
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.5"
6+
version: "4.6"
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.5"
6+
version: "4.6"
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.5"
6+
version: "4.6"
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.5"
6+
version: "4.6"
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.5.0): " aquatag
25+
read -p "What version of Aqua Enforcer tag do you want to install (i.e. 4.6.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
@@ -21,7 +21,7 @@ spec:
2121
restartPolicy: Always
2222
containers:
2323
- name: aqua-agent
24-
image: registry.aquasec.com/enforcer:4.5
24+
image: registry.aquasec.com/enforcer:4.6
2525
imagePullPolicy: IfNotPresent
2626
securityContext:
2727
privileged: true

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
restartPolicy: Always
2121
containers:
2222
- name: aqua-scanner
23-
image: registry.aquasec.com/scanner:4.5
23+
image: registry.aquasec.com/scanner:4.6
2424
imagePullPolicy: Always
2525
args:
2626
- daemon

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ spec:
2121
restartPolicy: Always
2222
containers:
2323
- name: aqua-db
24-
image: registry.aquasec.com/database:4.5
24+
image: registry.aquasec.com/database:4.6
2525
imagePullPolicy: IfNotPresent
2626
env:
2727
- name: POSTGRES_PASSWORD

0 commit comments

Comments
 (0)