Skip to content

Commit

Permalink
Bump imps to 0.3.12 (#65)
Browse files Browse the repository at this point in the history
* Bump imps to 0.3.12

* Fix imps api replace package version

* Add comment for RH certification licenses
  • Loading branch information
nishantapatil3 authored Apr 20, 2023
1 parent 130763e commit 83b63ec
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 9 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@ ARG UID
ARG GID

COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
COPY --from=builder /usr/local/src/imps/LICENSE /licenses/LICENSE

# RedHat certification requires application license to be in /licenses dir
COPY --from=builder /usr/local/src/imps/LICENSE /licenses/LICENSE
COPY --from=builder /usr/local/bin/manager /manager

COPY --from=builder /etc/passwd /etc/passwd
Expand All @@ -58,8 +59,9 @@ ARG UID
ARG GID

COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
COPY --from=builder /usr/local/src/imps/LICENSE /licenses/LICENSE

# RedHat certification requires application license to be in /licenses dir
COPY --from=builder /usr/local/src/imps/LICENSE /licenses/LICENSE
COPY --from=builder /usr/local/bin/manager /manager

COPY --from=builder /etc/passwd /etc/passwd
Expand Down
6 changes: 4 additions & 2 deletions Dockerfile-refresher
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@ ARG UID
ARG GID

COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
COPY --from=builder /usr/local/src/imps/LICENSE /licenses/LICENSE

# RedHat certification requires application license to be in /licenses dir
COPY --from=builder /usr/local/src/imps/LICENSE /licenses/LICENSE
COPY --from=builder /usr/local/bin/manager /manager

COPY --from=builder /etc/passwd /etc/passwd
Expand All @@ -58,8 +59,9 @@ ARG UID
ARG GID

COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
COPY --from=builder /usr/local/src/imps/LICENSE /licenses/LICENSE

# RedHat certification requires application license to be in /licenses dir
COPY --from=builder /usr/local/src/imps/LICENSE /licenses/LICENSE
COPY --from=builder /usr/local/bin/manager /manager

COPY --from=builder /etc/passwd /etc/passwd
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ MAIN_PACKAGE ?= ./cmd/controller/

COMMIT_HASH ?= $(shell git rev-parse --short HEAD 2>/dev/null)
BUILD_DATE ?= $(shell date +%FT%T%z)
VERSION ?= 0.3.11
VERSION ?= 0.3.12
LDFLAGS += -X github.com/banzaicloud/imps/internal/version.commitHash=${COMMIT_HASH}
LDFLAGS += -X github.com/banzaicloud/imps/internal/version.buildDate=${BUILD_DATE}
LDFLAGS += -X github.com/banzaicloud/imps/internal/version.version=${VERSION}
Expand Down
4 changes: 2 additions & 2 deletions deploy/charts/imagepullsecrets/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ maintainers:
sources:
- https://github.com/banzaicloud/backyards

version: 0.3.11
appVersion: 0.3.11
version: 0.3.12
appVersion: 0.3.12
2 changes: 1 addition & 1 deletion deploy/charts/imagepullsecrets/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ securityContext:
- ALL
image:
repository: ghcr.io/banzaicloud/imagepullsecrets
tag: v0.3.11
tag: v0.3.12
pullPolicy: IfNotPresent

imagePullSecrets: []
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/aws/aws-sdk-go-v2/credentials v1.10.0
github.com/aws/aws-sdk-go-v2/service/ecr v1.1.1
github.com/aws/aws-sdk-go-v2/service/sts v1.18.9
github.com/banzaicloud/imps/api v0.3.11
github.com/banzaicloud/imps/api v0.0.1
github.com/cisco-open/operator-tools v0.29.0
github.com/sirupsen/logrus v1.8.1
github.com/spf13/pflag v1.0.5
Expand Down

0 comments on commit 83b63ec

Please sign in to comment.