Skip to content

Commit

Permalink
update audit service image version (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
posriniv authored Mar 26, 2020
1 parent 87fa766 commit 49d8625
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
auditService:
imageRegistry: "quay.io/opencloudio"
imageName: "icp-audit-service"
imageTag: "3.3.1"
imageTag: "3.4.0"
journalPath: "/run/systemd/journal"
authService:
imageRegistry: "quay.io/opencloudio"
Expand Down
2 changes: 1 addition & 1 deletion deploy/crds/operator.ibm.com_v1alpha1_pap_cr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
auditService:
imageRegistry: "quay.io/opencloudio"
imageName: "icp-audit-service"
imageTag: "3.3.1"
imageTag: "3.4.0"
journalPath: "/run/systemd/journal"
papService:
imageRegistry: "quay.io/opencloudio"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
auditService:
imageRegistry: "quay.io/opencloudio"
imageName: "icp-audit-service"
imageTag: "3.3.1"
imageTag: "3.4.0"
journalPath: "/run/systemd/journal"
imageRegistry: "quay.io/opencloudio"
imageName: "iam-policy-decision"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ metadata:
"auditService": {
"imageName": "icp-audit-service",
"imageRegistry": "quay.io/opencloudio",
"imageTag": "3.3.1",
"imageTag": "3.4.0",
"journalPath": "/run/systemd/journal"
},
"imageName": "iam-policy-decision",
Expand All @@ -52,7 +52,7 @@ metadata:
"auditService": {
"imageName": "icp-audit-service",
"imageRegistry": "quay.io/opencloudio",
"imageTag": "3.3.1",
"imageTag": "3.4.0",
"journalPath": "/run/systemd/journal"
},
"authService": {
Expand Down Expand Up @@ -120,7 +120,7 @@ metadata:
"auditService": {
"imageName": "icp-audit-service",
"imageRegistry": "quay.io/opencloudio",
"imageTag": "3.3.1",
"imageTag": "3.4.0",
"journalPath": "/run/systemd/journal"
},
"operatorVersion": "3.5.0",
Expand Down

0 comments on commit 49d8625

Please sign in to comment.