Skip to content

Commit

Permalink
update sidekick
Browse files Browse the repository at this point in the history
  • Loading branch information
harshavardhana committed Sep 29, 2023
1 parent e396cd1 commit 357e300
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ minisign -Vm sidekick-<OS>-<ARCH> -P RWTx5Zr1tiHQLwG9keckT0c45M3AGeHD6IvimQHpyRy

Pull the latest release via:
```
docker pull quay.io/minio/sidekick:v4.0.0
docker pull quay.io/minio/sidekick:v4.0.1
```

## Build from source
Expand Down Expand Up @@ -173,7 +173,7 @@ spec:
version: 2.4.5
sidecars:
- name: minio-lb
image: "quay.io/minio/sidekick:v4.0.0"
image: "quay.io/minio/sidekick:v4.0.1"
imagePullPolicy: Always
args: ["--health-path", "/minio/health/ready", "--address", ":9000", "http://minio-distributed-{0...3}.minio-distributed-svc.spark-operator.svc.cluster.local:9000"]
ports:
Expand All @@ -187,7 +187,7 @@ spec:
version: 2.4.5
sidecars:
- name: minio-lb
image: "quay.io/minio/sidekick:v4.0.0"
image: "quay.io/minio/sidekick:v4.0.1"
imagePullPolicy: Always
args: ["--health-path", "/minio/health/ready", "--address", ":9000", "http://minio-distributed-{0...3}.minio-distributed-svc.spark-operator.svc.cluster.local:9000"]
ports:
Expand Down

0 comments on commit 357e300

Please sign in to comment.