Skip to content

Commit

Permalink
tolower
Browse files Browse the repository at this point in the history
  • Loading branch information
bragi92 committed Oct 22, 2023
1 parent 3fb88b7 commit a1605b1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 6.8.0-ccp-shell-removal-branch-10-20-2023-798a4bcf
version: 6.8.0-ccp-shell-removal-branch-10-22-2023-3fb88b7f

# This is the version number of the application being deployed (basically, imagetag for the image built/compatible with this chart semver above). This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "6.8.0-ccp-shell-removal-branch-10-20-2023-798a4bcf"
appVersion: "6.8.0-ccp-shell-removal-branch-10-22-2023-3fb88b7f"
# dependencies:
# - name: prometheus-node-exporter
# version: "4.21.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ AzureMonitorMetrics:
- validatingwebhookconfigurations
- volumeattachments
ImageRepository: "/azuremonitor/containerinsights/cidev/prometheus-collector/images"
ImageTag: "6.8.0-ccp-shell-removal-branch-10-20-2023-798a4bcf"
ImageTagWin: "6.8.0-ccp-shell-removal-branch-10-20-2023-798a4bcf-win"
ImageTagTargetAllocator: "6.8.0-ccp-shell-removal-branch-10-20-2023-798a4bcf-targetallocator"
ImageTagCfgReader: "6.8.0-ccp-shell-removal-branch-10-20-2023-798a4bcf-cfg"
ImageTag: "6.8.0-ccp-shell-removal-branch-10-22-2023-3fb88b7f"
ImageTagWin: "6.8.0-ccp-shell-removal-branch-10-22-2023-3fb88b7f-win"
ImageTagTargetAllocator: "6.8.0-ccp-shell-removal-branch-10-22-2023-3fb88b7f-targetallocator"
ImageTagCfgReader: "6.8.0-ccp-shell-removal-branch-10-22-2023-3fb88b7f-cfg"
TargetAllocatorEnabled: false
DeploymentReplicas: 1
# The below 2 settings are not Azure Monitor Metrics adapter chart. They are substituted in a different manner.
Expand Down
2 changes: 1 addition & 1 deletion otelcollector/prometheuscollector/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func main(){

var meConfigFile string

if controllerType == "replicaset" {
if strings.ToLower(controllerType) == "replicaset" {
if clusterOverride == "true" {
meConfigFile = "/usr/sbin/me_internal.config"
} else {
Expand Down

0 comments on commit a1605b1

Please sign in to comment.