Skip to content

Commit

Permalink
What this PR does:
Browse files Browse the repository at this point in the history
Fixes serverImage example in README to have `@sha256` when referencing an image ID.

Which issue(s) this PR fixes:
N/A

Checklist

- [x] Changes manually tested
- [ ] Automated Tests added/updated
- [x] Documentation added/updated
- [ ] CHANGELOG.md updated (not required for documentation PRs)
- [ ] CLA Signed: DataStax CLA
  • Loading branch information
apa64 authored Oct 9, 2023
1 parent 34e2ae6 commit 852f8f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/user/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ metadata:
spec:
serverType: cassandra
serverVersion: 3.11.7
serverImage: private-docker-registry.example.com/cass-img/cassandra-with-mgmtapi:1a2b3c4d
serverImage: private-docker-registry.example.com/cass-img/cassandra-with-mgmtapi@sha256:1a2b3c4d
```
DSE:
Expand All @@ -441,7 +441,7 @@ metadata:
spec:
serverType: dse
serverVersion: 6.8.4
serverImage: private-docker-registry.example.com/dse-img/dse:5f6e7d8c
serverImage: private-docker-registry.example.com/dse-img/dse@sha256:5f6e7d8c
```
## Configuring a NodePort service
Expand Down

0 comments on commit 852f8f8

Please sign in to comment.