diff --git a/README.md b/README.md index fe11306..44ccf25 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ Modify the `exporter_config.yaml` file first, then use one of the following meth ### Docker ``` -docker run --rm -v ./exporter_config.yaml:/app/exporter_config.yaml -p 9090:9090 -e AWS_ACCESS_KEY=${AWS_ACCESS_KEY} -e AWS_ACCESS_SECRET=${AWS_ACCESS_SECRET} opensourceelectrolux/aws-cost-exporter:v1.0.1 +docker run --rm -v ./exporter_config.yaml:/app/exporter_config.yaml -p 9090:9090 -e AWS_ACCESS_KEY=${AWS_ACCESS_KEY} -e AWS_ACCESS_SECRET=${AWS_ACCESS_SECRET} opensourceelectrolux/aws-cost-exporter:v1.0.6 ``` ### Kubernetes diff --git a/deployment/k8s-with-eks/deployment.yaml b/deployment/k8s-with-eks/deployment.yaml index 5d91ee0..7160980 100644 --- a/deployment/k8s-with-eks/deployment.yaml +++ b/deployment/k8s-with-eks/deployment.yaml @@ -18,7 +18,7 @@ spec: serviceAccountName: aws-cost-exporter containers: - name: aws-cost-exporter - image: "opensourceelectrolux/aws-cost-exporter:v1.0.1" + image: "opensourceelectrolux/aws-cost-exporter:v1.0.6" command: [ "python", "main.py", "-c", "/exporter_config.yaml" ] imagePullPolicy: Always ports: diff --git a/deployment/k8s/deployment.yaml b/deployment/k8s/deployment.yaml index bc2e021..3709ff2 100644 --- a/deployment/k8s/deployment.yaml +++ b/deployment/k8s/deployment.yaml @@ -6,7 +6,7 @@ metadata: app.kubernetes.io/name: aws-cost-exporter app.kubernetes.io/part-of: finops app.kubernetes.io/component: backend - app.kubernetes.io/version: "v1.0.1" + app.kubernetes.io/version: "v1.0.6" app.kubernetes.io/language: python spec: replicas: 1 @@ -24,7 +24,7 @@ spec: spec: containers: - name: aws-cost-exporter - image: "opensourceelectrolux/aws-cost-exporter:v1.0.1" + image: "opensourceelectrolux/aws-cost-exporter:v1.0.6" command: [ "python", "main.py", "-c", "/exporter_config.yaml" ] imagePullPolicy: Always env: