Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix some apparent issues with charts #4

Merged
merged 3 commits into from
Jul 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:

- name: Run chart-testing (lint)
if: steps.list-changed.outputs.changed == 'true'
run: ct lint --target-branch ${{ github.event.pull_request.base.ref }}
run: ct lint --validate-maintainers=false --target-branch ${{ github.event.pull_request.base.ref }}
2 changes: 1 addition & 1 deletion charts/ems-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ appVersion: 7.0.0-SNAPSHOT
description: EMS server Helm chart for Kubernetes
name: ems-server
type: application
version: 0.1.0
version: 0.1.1
42 changes: 21 additions & 21 deletions charts/ems-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,12 +119,12 @@ env:
#
# ===== Development and Debug settings =====
#
#- name: APPLICATION_ID
# value: ""
#- name: METRIC_MODEL_URL
# value: "https://gitlab.com/nebulous-project/tests-new/-/raw/master/ems-at-nebulous/models/nebulous/test2.yml"
#- name: EMS_PRELOAD_APP_MODEL
# value: "test2.yml"
# - name: APPLICATION_ID
# value: ""
# - name: METRIC_MODEL_URL
# value: "https://gitlab.com/nebulous-project/tests-new/-/raw/master/ems-at-nebulous/models/nebulous/test2.yml"
# - name: EMS_PRELOAD_APP_MODEL
# value: "test2.yml"

#
# ===== EMS server configuration =====
Expand Down Expand Up @@ -174,14 +174,14 @@ env:
# ===== External Broker settings =====
- name: EXTERNAL_ENABLED
value: 'true'
#- name: EXTERNAL_BROKER_ADDRESS
# value: ''
#- name: EXTERNAL_BROKER_PORT
# value: '5672'
#- name: EXTERNAL_BROKER_USERNAME
# value: ''
#- name: EXTERNAL_BROKER_PASSWORD
# value: ''
# - name: EXTERNAL_BROKER_ADDRESS
# value: ''
# - name: EXTERNAL_BROKER_PORT
# value: '5672'
# - name: EXTERNAL_BROKER_USERNAME
# value: ''
# - name: EXTERNAL_BROKER_PASSWORD
# value: ''

# ===== Broker settings =====
- name: BROKERCEP_ADDITIONAL_BROKER_CREDENTIALS
Expand All @@ -206,8 +206,8 @@ env:
value: "monitoring-configmap"
- name: EMS_CLIENT_CONFIG_MAP_NAME
value: "ems-client-configmap"
#- name: EMS_CLIENT_DAEMONSET_SPECIFICATION_FILE
# value: "/ems-client-daemonset.yaml"
# - name: EMS_CLIENT_DAEMONSET_SPECIFICATION_FILE
# value: "/ems-client-daemonset.yaml"
- name: EMS_CLIENT_DAEMONSET_NAME
value: "ems-client-daemonset"
- name: EMS_CLIENT_DAEMONSET_IMAGE_REPOSITORY
Expand All @@ -222,11 +222,11 @@ env:
- name: EMS_CLIENT_ADDITIONAL_BROKER_CREDENTIALS
value: 'aaa/111, bbb/222'
# value: "ENC(axeJUxNHajYfBffUwvuT3kwTgLTpRliDMz/ZQ9hROZ3BNOv0Idw72NJsawzIZRuZ)"
#- name: EMS_CLIENT_BROKER_USERNAME # It is appended to EMS_CLIENT_ADDITIONAL_BROKER_CREDENTIALS
# value: "ccc"
#- name: EMS_CLIENT_BROKER_PASSWORD
# value: "333"
# - name: EMS_CLIENT_BROKER_USERNAME # It is appended to EMS_CLIENT_ADDITIONAL_BROKER_CREDENTIALS
# value: "ccc"
# - name: EMS_CLIENT_BROKER_PASSWORD
# value: "333"
- name: EMS_CLIENT_KEYSTORE_SECRET
value: ""
- name: EMS_CLIENT_TRUSTSTORE_SECRET
value: ""
value: ""
Loading