UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 5a18fd4c authored by Michael Mendez's avatar Michael Mendez
Browse files

add back user/group context

parent a671444d
No related branches found
No related tags found
1 merge request!110add back user/group context
Pipeline #2905907 passed
......@@ -2,6 +2,10 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
---
## [1.19.7-bb.1] - 2024-1-12
### Added
- fix: adds runAs user and group
## [1.19.7-bb.0] - 2024-1-12
### Added
- Updated repo1 image to `1.19.7`
......
# istio-operator
![Version: 1.19.7-bb.0](https://img.shields.io/badge/Version-1.19.7--bb.0-informational?style=flat-square) ![AppVersion: 1.19.7](https://img.shields.io/badge/AppVersion-1.19.7-informational?style=flat-square)
![Version: 1.19.7-bb.1](https://img.shields.io/badge/Version-1.19.7--bb.1-informational?style=flat-square) ![AppVersion: 1.19.7](https://img.shields.io/badge/AppVersion-1.19.7-informational?style=flat-square)
Helm chart for deploying Istio operator
......
......@@ -2,7 +2,7 @@ apiVersion: v1
name: istio-operator
# This version is never actually shipped. istio/release-builder will replace it at build-time
# with the appropriate version
version: 1.19.7-bb.0
version: 1.19.7-bb.1
appVersion: 1.19.7
tillerVersion: ">=2.7.2"
description: Helm chart for deploying Istio operator
......
......@@ -44,6 +44,8 @@ spec:
- ALL
privileged: false
readOnlyRootFilesystem: true
runAsGroup: 1337
runAsUser: 1337
runAsNonRoot: true
{{- if .Values.operator.seccompProfile }}
seccompProfile:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment