-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🛡️ security(VSecM Helm Charts): add security labels to namespaces (#1035
) * 🛡️ security(VSecM Helm Charts): add security labels to namespaces Signed-off-by: Volkan Özçelik <[email protected]> * version update Signed-off-by: Volkan Özçelik <[email protected]> * add helm charts work Signed-off-by: Volkan Özçelik <[email protected]> * remove redundant manifests Signed-off-by: Volkan Özçelik <[email protected]> --------- Signed-off-by: Volkan Özçelik <[email protected]>
- Loading branch information
Showing
116 changed files
with
6,598 additions
and
259 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -mod vendor -a -o example \ | |
# generate clean, final image for end users | ||
FROM gcr.io/distroless/static-debian11 | ||
|
||
ENV APP_VERSION="0.26.0" | ||
ENV APP_VERSION="0.26.1" | ||
|
||
LABEL "maintainers"="VSecM Maintainers <[email protected]>" | ||
LABEL "version"=$APP_VERSION | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -mod vendor -a -o sloth \ | |
# generate clean, final image for end users | ||
FROM gcr.io/distroless/static-debian11 | ||
|
||
ENV APP_VERSION="0.26.0" | ||
ENV APP_VERSION="0.26.1" | ||
|
||
LABEL "maintainers"="VSecM Maintainers <[email protected]>" | ||
LABEL "version"=$APP_VERSION | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -mod vendor -a -o env \ | |
# generate clean, final image for end users | ||
FROM gcr.io/distroless/static-debian11 | ||
|
||
ENV APP_VERSION="0.26.0" | ||
ENV APP_VERSION="0.26.1" | ||
|
||
LABEL "maintainers"="VSecM Maintainers <[email protected]>" | ||
LABEL "version"=$APP_VERSION | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -mod vendor -a -o env \ | |
# generate clean, final image for end users | ||
FROM gcr.io/distroless/static-debian11 | ||
|
||
ENV APP_VERSION="0.26.0" | ||
ENV APP_VERSION="0.26.1" | ||
|
||
LABEL "maintainers"="VSecM Maintainers <[email protected]>" | ||
LABEL "version"=$APP_VERSION | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -mod vendor -a -o sloth \ | |
# generate clean, final image for end users | ||
FROM gcr.io/distroless/static-debian11 | ||
|
||
ENV APP_VERSION="0.26.0" | ||
ENV APP_VERSION="0.26.1" | ||
|
||
LABEL "maintainers"="VSecM Maintainers <[email protected]>" | ||
LABEL "version"=$APP_VERSION | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -mod vendor -a -o vsecm-keygen \ | |
# generate clean, final image for end users | ||
FROM gcr.io/distroless/static-debian11 | ||
|
||
ENV APP_VERSION="0.26.0" | ||
ENV APP_VERSION="0.26.1" | ||
|
||
LABEL "maintainers"="VSecM Maintainers <[email protected]>" | ||
LABEL "version"=$APP_VERSION | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ RUN CGO_ENABLED=0 GOEXPERIMENT=boringcrypto GOOS=linux go build -mod vendor -a - | |
# generate clean, final image for end users | ||
FROM gcr.io/distroless/static-debian11 | ||
|
||
ENV APP_VERSION="0.26.0" | ||
ENV APP_VERSION="0.26.1" | ||
|
||
LABEL "maintainers"="VSecM Maintainers <[email protected]>" | ||
LABEL "version"=$APP_VERSION | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ RUN CGO_ENABLED=0 GOEXPERIMENT=boringcrypto GOOS=linux go build -mod vendor -a - | |
# generate clean, final image for end users | ||
FROM gcr.io/distroless/static-debian11 | ||
|
||
ENV APP_VERSION="0.26.0" | ||
ENV APP_VERSION="0.26.1" | ||
|
||
LABEL "maintainers"="VSecM Maintainers <[email protected]>" | ||
LABEL "version"=$APP_VERSION | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ RUN CGO_ENABLED=0 GOEXPERIMENT=boringcrypto GOOS=linux go build -mod vendor -a - | |
# generate clean, final image for end users | ||
FROM gcr.io/distroless/static-debian11 | ||
|
||
ENV APP_VERSION="0.26.0" | ||
ENV APP_VERSION="0.26.1" | ||
|
||
LABEL "maintainers"="VSecM Maintainers <[email protected]>" | ||
LABEL "version"=$APP_VERSION | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ RUN CGO_ENABLED=0 GOEXPERIMENT=boringcrypto GOOS=linux go build -mod vendor -a - | |
# generate clean, final image for end users | ||
FROM gcr.io/distroless/static-debian11 | ||
|
||
ENV APP_VERSION="0.26.0" | ||
ENV APP_VERSION="0.26.1" | ||
|
||
LABEL "maintainers"="VSecM Maintainers <[email protected]>" | ||
LABEL "version"=$APP_VERSION | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ RUN CGO_ENABLED=0 GOEXPERIMENT=boringcrypto GOOS=linux go build -mod vendor -a - | |
# generate clean, final image for end users | ||
FROM gcr.io/distroless/static-debian11 | ||
|
||
ENV APP_VERSION="0.26.0" | ||
ENV APP_VERSION="0.26.1" | ||
|
||
LABEL "maintainers"="VSecM Maintainers <[email protected]>" | ||
LABEL "version"=$APP_VERSION | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -mod vendor -a -o vsecm-init-container \ | |
# generate clean, final image for end users | ||
FROM gcr.io/distroless/static-debian11 | ||
|
||
ENV APP_VERSION="0.26.0" | ||
ENV APP_VERSION="0.26.1" | ||
|
||
LABEL "maintainers"="VSecM Maintainers <[email protected]>" | ||
LABEL "version"=$APP_VERSION | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -mod vendor -a -o vsecm-keystone \ | |
# generate clean, final image for end users | ||
FROM gcr.io/distroless/static-debian11 | ||
|
||
ENV APP_VERSION="0.26.0" | ||
ENV APP_VERSION="0.26.1" | ||
|
||
LABEL "maintainers"="VSecM Maintainers <[email protected]>" | ||
LABEL "version"=$APP_VERSION | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -mod vendor -a -o vsecm-safe ./app/safe/cm | |
# generate clean, final image for end users | ||
FROM gcr.io/distroless/static-debian11 | ||
|
||
ENV APP_VERSION="0.26.0" | ||
ENV APP_VERSION="0.26.1" | ||
|
||
LABEL "maintainers"="VSecM Maintainers <[email protected]>" | ||
LABEL "version"=$APP_VERSION | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -mod vendor -a -o sloth ./app/sentinel/bac | |
# generate clean, final image for end users | ||
FROM gcr.io/distroless/static-debian11 | ||
|
||
ENV APP_VERSION="0.26.0" | ||
ENV APP_VERSION="0.26.1" | ||
|
||
LABEL "maintainers"="VSecM Maintainers <[email protected]>" | ||
LABEL "version"=$APP_VERSION | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -mod vendor -a -o vsecm-sidecar ./app/side | |
# generate clean, final image for end users | ||
FROM gcr.io/distroless/static-debian11 | ||
|
||
ENV APP_VERSION="0.26.0" | ||
ENV APP_VERSION="0.26.1" | ||
|
||
LABEL "maintainers"="VSecM Maintainers <[email protected]>" | ||
LABEL "version"=$APP_VERSION | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ weight = 11 | |
|
||
TBD | ||
|
||
## [0.26.0] - 2024-06-28 | ||
## [0.26.1] - 2024-06-28 | ||
|
||
### Added | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.