Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
### Fixed
- Fixed Cargo Deny failure with updating to version 0.19.1 ([#1140](https://github.com/opendevstack/ods-quickstarters/issues/1140))
- Moving tokens into Kubernetes Secrets and narrowing permissions
- Change imagePullPolicy to Always for docgen ([#1160](https://github.com/opendevstack/ods-quickstarters/pull/1160))


## [4.12.1] - 2026-03-16
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion release-manager/ocp-config/cd-docgen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ objects:
spec:
containers:
- image: '${DOCKER_REGISTRY}/${ODS_NAMESPACE}/ods-doc-gen-svc:${ODS_IMAGE_TAG}'
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
name: 'docgen'
ports:
- containerPort: 8080
Expand Down
Loading