Skip to content

Commit

Permalink
Update aqua version to 4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
niso120b committed Oct 22, 2019
1 parent 3a2d6c7 commit 0073b72
Show file tree
Hide file tree
Showing 42 changed files with 42 additions and 42 deletions.
2 changes: 1 addition & 1 deletion automation/aquactl/default/aks/aquasec.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ infra:
context: "default"
platform: "aks"
common:
version: "4.2"
version: "4.5"
serviceAccount: "aqua-sa"
registry: "registry.aquasec.com"
PullPolicy: "IfNotPresent"
Expand Down
2 changes: 1 addition & 1 deletion automation/aquactl/default/eks/aquasec.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ infra:
context: "default"
platform: "eks"
common:
version: "4.2"
version: "4.5"
serviceAccount: "aqua-sa"
registry: "registry.aquasec.com"
PullPolicy: "IfNotPresent"
Expand Down
2 changes: 1 addition & 1 deletion automation/aquactl/default/gke/aquasec.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ infra:
context: "default"
platform: "gke"
common:
version: "4.2"
version: "4.5"
serviceAccount: "aqua-sa"
registry: "registry.aquasec.com"
PullPolicy: "IfNotPresent"
Expand Down
2 changes: 1 addition & 1 deletion automation/aquactl/default/kubernetes/aquasec.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ infra:
context: "default"
platform: "kubernetes"
common:
version: "4.2"
version: "4.5"
serviceAccount: "aqua-sa"
registry: "registry.aquasec.com"
PullPolicy: "IfNotPresent"
Expand Down
2 changes: 1 addition & 1 deletion automation/aquactl/default/openshift/aquasec.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ infra:
context: "default"
platform: "openshift"
common:
version: "4.2"
version: "4.5"
serviceAccount: "aqua-sa"
registry: "registry.aquasec.com"
PullPolicy: "IfNotPresent"
Expand Down
2 changes: 1 addition & 1 deletion automation/aquactl/default/rancher/aquasec.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ infra:
context: "default"
platform: "rancher"
common:
version: "4.2"
version: "4.5"
serviceAccount: "aqua-sa"
registry: "registry.aquasec.com"
PullPolicy: "IfNotPresent"
Expand Down
2 changes: 1 addition & 1 deletion automation/shell/SaaS/aqua-enforcer-gke-saas.bash
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ echo " Secure once, Run Anywhere "
echo ""
echo " ***************************************************************"

read -p "What version of Aqua Enforcer tag do you want to install (i.e. 4.2.0): " aquatag
read -p "What version of Aqua Enforcer tag do you want to install (i.e. 4.5.0): " aquatag
read -p "What is the address of your Aqua SaaS instance (i.e. saas01.aquasec.com) : " saasenv
echo ""
# Pull down the images from AquaSec
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
restartPolicy: Always
containers:
- name: aqua-agent
image: registry.aquasec.com/enforcer:4.2
image: registry.aquasec.com/enforcer:4.5
imagePullPolicy: IfNotPresent
securityContext:
privileged: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
restartPolicy: Always
containers:
- name: aqua-scanner
image: registry.aquasec.com/scanner:4.2
image: registry.aquasec.com/scanner:4.5
imagePullPolicy: Always
args:
- daemon
Expand Down
2 changes: 1 addition & 1 deletion orchestrators/aks/templates/server/db-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
restartPolicy: Always
containers:
- name: aqua-db
image: registry.aquasec.com/database:4.2
image: registry.aquasec.com/database:4.5
imagePullPolicy: IfNotPresent
env:
- name: POSTGRES_PASSWORD
Expand Down
2 changes: 1 addition & 1 deletion orchestrators/aks/templates/server/gateway-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
restartPolicy: Always
containers:
- name: aqua-gateway
image: registry.aquasec.com/gateway:4.2
image: registry.aquasec.com/gateway:4.5
imagePullPolicy: IfNotPresent
env:
- name: AQUA_CONSOLE_SECURE_ADDRESS
Expand Down
2 changes: 1 addition & 1 deletion orchestrators/aks/templates/server/server-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ spec:
value: "5432"
- name: AQUA_CONSOLE_RAW_SCAN_RESULTS_STORAGE_SIZE
value: "4"
image: registry.aquasec.com/console:4.2
image: registry.aquasec.com/console:4.5
imagePullPolicy: IfNotPresent
name: aqua-web
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
restartPolicy: Always
containers:
- name: aqua-agent
image: registry.aquasec.com/enforcer:4.2
image: registry.aquasec.com/enforcer:4.5
imagePullPolicy: IfNotPresent
securityContext:
privileged: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
restartPolicy: Always
containers:
- name: aqua-scanner
image: registry.aquasec.com/scanner:4.2
image: registry.aquasec.com/scanner:4.5
imagePullPolicy: Always
args:
- daemon
Expand Down
2 changes: 1 addition & 1 deletion orchestrators/eks/templates/server/db-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
restartPolicy: Always
containers:
- name: aqua-db
image: registry.aquasec.com/database:4.2
image: registry.aquasec.com/database:4.5
imagePullPolicy: IfNotPresent
env:
- name: POSTGRES_PASSWORD
Expand Down
2 changes: 1 addition & 1 deletion orchestrators/eks/templates/server/gateway-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
restartPolicy: Always
containers:
- name: aqua-gateway
image: registry.aquasec.com/gateway:4.2
image: registry.aquasec.com/gateway:4.5
imagePullPolicy: IfNotPresent
env:
- name: AQUA_CONSOLE_SECURE_ADDRESS
Expand Down
2 changes: 1 addition & 1 deletion orchestrators/eks/templates/server/server-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ spec:
value: "5432"
- name: AQUA_CONSOLE_RAW_SCAN_RESULTS_STORAGE_SIZE
value: "4"
image: registry.aquasec.com/console:4.2
image: registry.aquasec.com/console:4.5
imagePullPolicy: IfNotPresent
name: aqua-web
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
restartPolicy: Always
containers:
- name: aqua-agent
image: registry.aquasec.com/enforcer:4.2
image: registry.aquasec.com/enforcer:4.5
imagePullPolicy: IfNotPresent
securityContext:
privileged: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
restartPolicy: Always
containers:
- name: aqua-scanner
image: registry.aquasec.com/scanner:4.2
image: registry.aquasec.com/scanner:4.5
imagePullPolicy: Always
args:
- daemon
Expand Down
2 changes: 1 addition & 1 deletion orchestrators/gke/templates/server/db-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
restartPolicy: Always
containers:
- name: aqua-db
image: registry.aquasec.com/database:4.2
image: registry.aquasec.com/database:4.5
imagePullPolicy: IfNotPresent
env:
- name: POSTGRES_PASSWORD
Expand Down
2 changes: 1 addition & 1 deletion orchestrators/gke/templates/server/gateway-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
restartPolicy: Always
containers:
- name: aqua-gateway
image: registry.aquasec.com/gateway:4.2
image: registry.aquasec.com/gateway:4.5
imagePullPolicy: IfNotPresent
env:
- name: AQUA_CONSOLE_SECURE_ADDRESS
Expand Down
2 changes: 1 addition & 1 deletion orchestrators/gke/templates/server/server-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ spec:
value: "5432"
- name: AQUA_CONSOLE_RAW_SCAN_RESULTS_STORAGE_SIZE
value: "4"
image: registry.aquasec.com/console:4.2
image: registry.aquasec.com/console:4.5
imagePullPolicy: IfNotPresent
name: aqua-web
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
restartPolicy: Always
containers:
- name: aqua-agent
image: registry.aquasec.com/enforcer:4.2
image: registry.aquasec.com/enforcer:4.5
imagePullPolicy: IfNotPresent
securityContext:
privileged: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
restartPolicy: Always
containers:
- name: aqua-scanner
image: registry.aquasec.com/scanner:4.2
image: registry.aquasec.com/scanner:4.5
imagePullPolicy: Always
args:
- daemon
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
restartPolicy: Always
containers:
- name: aqua-db
image: registry.aquasec.com/database:4.2
image: registry.aquasec.com/database:4.5
imagePullPolicy: IfNotPresent
env:
- name: POSTGRES_PASSWORD
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
restartPolicy: Always
containers:
- name: aqua-gateway
image: registry.aquasec.com/gateway:4.2
image: registry.aquasec.com/gateway:4.5
imagePullPolicy: IfNotPresent
env:
- name: AQUA_CONSOLE_SECURE_ADDRESS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ spec:
value: "5432"
- name: AQUA_CONSOLE_RAW_SCAN_RESULTS_STORAGE_SIZE
value: "4"
image: registry.aquasec.com/console:4.2
image: registry.aquasec.com/console:4.5
imagePullPolicy: IfNotPresent
name: aqua-web
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
restartPolicy: Always
containers:
- name: aqua-agent
image: registry.aquasec.com/enforcer:4.2
image: registry.aquasec.com/enforcer:4.5
imagePullPolicy: IfNotPresent
securityContext:
privileged: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
restartPolicy: Always
containers:
- name: aqua-scanner
image: registry.aquasec.com/scanner:4.2
image: registry.aquasec.com/scanner:4.5
imagePullPolicy: Always
args:
- daemon
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
restartPolicy: Always
containers:
- name: aqua-db
image: registry.aquasec.com/database:4.2
image: registry.aquasec.com/database:4.5
imagePullPolicy: IfNotPresent
env:
- name: POSTGRES_PASSWORD
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
restartPolicy: Always
containers:
- name: aqua-gateway
image: registry.aquasec.com/gateway:4.2
image: registry.aquasec.com/gateway:4.5
imagePullPolicy: IfNotPresent
env:
- name: AQUA_CONSOLE_SECURE_ADDRESS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ spec:
value: aqua-db
- name: SCALOCK_AUDIT_DBPORT
value: "5432"
image: registry.aquasec.com/console:4.2
image: registry.aquasec.com/console:4.5
imagePullPolicy: IfNotPresent
name: aqua-web
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
restartPolicy: Always
containers:
- name: aqua-agent
image: registry.aquasec.com/enforcer:4.2
image: registry.aquasec.com/enforcer:4.5
imagePullPolicy: IfNotPresent
securityContext:
privileged: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
restartPolicy: Always
containers:
- name: aqua-scanner
image: registry.aquasec.com/scanner:4.2
image: registry.aquasec.com/scanner:4.5
imagePullPolicy: Always
args:
- daemon
Expand Down
2 changes: 1 addition & 1 deletion orchestrators/pks/templates/server/db-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
restartPolicy: Always
containers:
- name: aqua-db
image: registry.aquasec.com/database:4.2
image: registry.aquasec.com/database:4.5
imagePullPolicy: IfNotPresent
env:
- name: POSTGRES_PASSWORD
Expand Down
2 changes: 1 addition & 1 deletion orchestrators/pks/templates/server/gateway-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
restartPolicy: Always
containers:
- name: aqua-gateway
image: registry.aquasec.com/gateway:4.2
image: registry.aquasec.com/gateway:4.5
imagePullPolicy: IfNotPresent
env:
- name: AQUA_CONSOLE_SECURE_ADDRESS
Expand Down
2 changes: 1 addition & 1 deletion orchestrators/pks/templates/server/server-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ spec:
value: "5432"
- name: AQUA_CONSOLE_RAW_SCAN_RESULTS_STORAGE_SIZE
value: "4"
image: registry.aquasec.com/console:4.2
image: registry.aquasec.com/console:4.5
imagePullPolicy: IfNotPresent
name: aqua-web
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
restartPolicy: Always
containers:
- name: aqua-agent
image: registry.aquasec.com/enforcer:4.2
image: registry.aquasec.com/enforcer:4.5
imagePullPolicy: IfNotPresent
securityContext:
privileged: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
restartPolicy: Always
containers:
- name: aqua-scanner
image: registry.aquasec.com/scanner:4.2
image: registry.aquasec.com/scanner:4.5
imagePullPolicy: Always
args:
- daemon
Expand Down
2 changes: 1 addition & 1 deletion orchestrators/rancher/templates/server/db-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
restartPolicy: Always
containers:
- name: aqua-db
image: registry.aquasec.com/database:4.2
image: registry.aquasec.com/database:4.5
imagePullPolicy: IfNotPresent
env:
- name: POSTGRES_PASSWORD
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
restartPolicy: Always
containers:
- name: aqua-gateway
image: registry.aquasec.com/gateway:4.2
image: registry.aquasec.com/gateway:4.5
imagePullPolicy: IfNotPresent
env:
- name: AQUA_CONSOLE_SECURE_ADDRESS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ spec:
value: "5432"
- name: AQUA_CONSOLE_RAW_SCAN_RESULTS_STORAGE_SIZE
value: "4"
image: registry.aquasec.com/console:4.2
image: registry.aquasec.com/console:4.5
imagePullPolicy: IfNotPresent
name: aqua-web
ports:
Expand Down

0 comments on commit 0073b72

Please sign in to comment.