diff --git a/deployment.yaml.in b/deployment.yaml.in index adaed2a..a98979f 100644 --- a/deployment.yaml.in +++ b/deployment.yaml.in @@ -37,7 +37,7 @@ spec: exec: command: - wget - - localhost:5000/metrics + - 127.0.0.1:5000/metrics - --spider initialDelaySeconds: 10 livenessProbe: diff --git a/install-aks-audit-log.sh b/install-aks-audit-log.sh index 48c6e2d..0dd626e 100755 --- a/install-aks-audit-log.sh +++ b/install-aks-audit-log.sh @@ -287,7 +287,7 @@ function create_deployment { export BlobStorageConnectionString="$blob_connection_string" export VerboseLevel="3" export ImagePullPolicy="IfNotPresent" - export ImageVersion="0.1.3" + export ImageVersion="1.2.7" curl https://raw.githubusercontent.com/sysdiglabs/aks-kubernetes-audit-log/master/deployment.yaml.in | envsubst > "$WORKDIR/deployment.yaml"