Skip to content

Commit

Permalink
fixed vulns
Browse files Browse the repository at this point in the history
  • Loading branch information
fabienduhamel committed Jan 5, 2024
1 parent 05299ef commit 3397fb9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/aws-secrets-synchronizer/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: aws-secrets-synchronizer
version: 0.2.1-rc9
version: 0.2.1-rc10
description: K8S Operator that allows you to sync AWS SecretManager secrets with K8S secrets.
type: application
keywords:
Expand Down
2 changes: 1 addition & 1 deletion charts/aws-secrets-synchronizer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ The following table lists the configurable parameters of the aws-secrets-synchro
|------------------------------|-----------------------------|----------------------------|
| `image.repository` | Image repository | `ghcr.io/reezogit` |
| `image.name` | Image name | `aws-secrets-synchronizer` |
| `image.tag` | Image tag | `0.2.1-rc9` |
| `image.tag` | Image tag | `0.2.1-rc10` |
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `replicaCount` | Replica count | `1` |
| `env` | Environment variables | `{}` |
Expand Down
2 changes: 1 addition & 1 deletion charts/aws-secrets-synchronizer/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: "ghcr.io/reezogit"
name: "aws-secrets-synchronizer"
tag: "0.2.1-rc9"
tag: "0.2.1-rc10"
pullPolicy: IfNotPresent

replicaCount: 1
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ awscli==1.29.4
boto3==1.28.4
botocore==1.31.4
cachetools==5.3.0
certifi==2023.5.7
certifi==2023.7.22
charset-normalizer==3.1.0
colorama==0.4.4
Cython==3.0.0
Expand All @@ -21,6 +21,6 @@ requests-oauthlib==1.3.1
rsa==4.7.2
s3transfer==0.6.1
six==1.16.0
urllib3==1.26.15
urllib3==1.26.18
websocket-client==1.5.1
structlog==23.2.0

0 comments on commit 3397fb9

Please sign in to comment.