Skip to content

Commit

Permalink
Merge pull request #421 from anchore/dev-sync
Browse files Browse the repository at this point in the history
Enterprise 3.2.0 release (app version 5.12.0)
  • Loading branch information
HN23 authored Nov 26, 2024
2 parents 33713c1 + 8c577ef commit 69c82bc
Show file tree
Hide file tree
Showing 9 changed files with 168 additions and 1,243 deletions.
4 changes: 2 additions & 2 deletions stable/enterprise/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: enterprise
version: "3.1.1"
appVersion: "5.11.1"
version: "3.2.0"
appVersion: "5.12.0"
kubeVersion: 1.23.x - 1.31.x || 1.23.x-x - 1.31.x-x
description: |
Anchore Enterprise is a complete container security workflow solution for professional teams. Easily integrating with CI/CD systems,
Expand Down
266 changes: 137 additions & 129 deletions stable/enterprise/README.md

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions stable/enterprise/files/default_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ webhooks: {{- toYaml .Values.anchoreConfig.webhooks | nindent 2 }}
default_admin_password: "${ANCHORE_ADMIN_PASSWORD}"
default_admin_email: ${ANCHORE_ADMIN_EMAIL}

configuration:
api_driven_configuration_enabled: ${ANCHORE_API_DRIVEN_CONFIGURATION_ENABLED}

keys:
secret: "${ANCHORE_SAML_SECRET}"
public_key_path: ${ANCHORE_AUTH_PRIVKEY}
Expand Down
3 changes: 3 additions & 0 deletions stable/enterprise/files/osaa_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ webhooks: {{- toYaml .Values.anchoreConfig.webhooks | nindent 2 }}
default_admin_password: "${ANCHORE_ADMIN_PASSWORD}"
default_admin_email: ${ANCHORE_ADMIN_EMAIL}

configuration:
api_driven_configuration_enabled: ${ANCHORE_API_DRIVEN_CONFIGURATION_ENABLED}

keys:
secret: "${ANCHORE_SAML_SECRET}"
public_key_path: ${ANCHORE_AUTH_PRIVKEY}
Expand Down
1 change: 1 addition & 0 deletions stable/enterprise/templates/envvars_configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ metadata:

data:
ANCHORE_ADMIN_EMAIL: "{{ .Values.anchoreConfig.default_admin_email }}"
ANCHORE_API_DRIVEN_CONFIGURATION_ENABLED: "true"
ANCHORE_ALLOW_ECR_IAM_AUTO: "{{ .Values.anchoreConfig.allow_awsecr_iam_auto }}"
ANCHORE_ANALYZER_TASK_REQUEUE: "true"
ANCHORE_AUTH_ENABLE_HASHED_PASSWORDS: "{{ .Values.anchoreConfig.user_authentication.hashed_passwords }}"
Expand Down
Loading

0 comments on commit 69c82bc

Please sign in to comment.