Skip to content

Commit

Permalink
Redis pinniped update (#981)
Browse files Browse the repository at this point in the history
* Fixing redis image in test case (#976)

Signed-off-by: Rohit Aggarwal <[email protected]>
Co-authored-by: Rohit Aggarwal <[email protected]>
Signed-off-by: devanshuVmware <[email protected]>

* Point pinniped registry to ghcr.io (#977)

* Point pinniped registry to ghcr.io

Signed-off-by: devanshuVmware <[email protected]>

* Remove https from image value

Signed-off-by: devanshuVmware <[email protected]>

* Download latest pinniped config for external test

Signed-off-by: devanshuVmware <[email protected]>

---------

Signed-off-by: devanshuVmware <[email protected]>

* Update redis image in gitops example

Signed-off-by: devanshuVmware <[email protected]>

---------

Signed-off-by: Rohit Aggarwal <[email protected]>
Signed-off-by: devanshuVmware <[email protected]>
Co-authored-by: rohitagg2020 <[email protected]>
Co-authored-by: Rohit Aggarwal <[email protected]>
  • Loading branch information
3 people authored Jul 11, 2024
1 parent dcc998b commit e93b7f5
Show file tree
Hide file tree
Showing 7 changed files with 3,726 additions and 2,166 deletions.
2 changes: 1 addition & 1 deletion examples/gitops/guestbook/all-in-one.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
spec:
containers:
- name: primary
image: registry.k8s.io/redis:e2e #! or just image: redis
image: registry.k8s.io/redis@sha256:cb111d1bd870a6a471385a4a69ad17469d326e9dd91e0e455350cacf36e1b3ee #! or just image: redis
resources:
requests:
cpu: 120m
Expand Down
2 changes: 1 addition & 1 deletion examples/gitops/redis-with-configmap/redis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ metadata:
spec:
containers:
- name: redis
image: registry.k8s.io/redis:e2e
image: registry.k8s.io/redis@sha256:cb111d1bd870a6a471385a4a69ad17469d326e9dd91e0e455350cacf36e1b3ee
ports:
- containerPort: 6379
resources:
Expand Down
8 changes: 0 additions & 8 deletions examples/pinniped-v0.13.0/README.md

This file was deleted.

2,155 changes: 0 additions & 2,155 deletions examples/pinniped-v0.13.0/config.yml

This file was deleted.

8 changes: 8 additions & 0 deletions examples/pinniped-v0.32.0/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Downloaded via

```bash
ytt \
-f https://get.pinniped.dev/v0.32.0/install-pinniped-concierge.yaml \
-f https://get.pinniped.dev/v0.32.0/install-local-user-authenticator.yaml \
-f https://get.pinniped.dev/v0.32.0/install-pinniped-supervisor.yaml > config.yml
```
Loading

0 comments on commit e93b7f5

Please sign in to comment.