UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Update to v0.26.3

Merged Alozie Obuh requested to merge development into master
2 files
+ 5
5
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -2,7 +2,7 @@ ARG BASE_REGISTRY=registry1.dso.mil
ARG BASE_IMAGE=ironbank/redhat/ubi/ubi8
ARG BASE_TAG=8.6
FROM ghcr.io/fluxcd/kustomize-controller:v0.26.1 as builder
FROM ghcr.io/fluxcd/kustomize-controller:v0.26.3 as builder
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
Loading