Skip to content

Commit

Permalink
doc: update versions in the docs
Browse files Browse the repository at this point in the history
Signed-off-by: Long Zhang <[email protected]>
  • Loading branch information
gluckzhang committed Oct 3, 2024
1 parent e07e4e1 commit d4da42d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion deployment/k8s-with-eks/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions deployment/k8s/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit d4da42d

Please sign in to comment.