Skip to content

Commit

Permalink
fix struct
Browse files Browse the repository at this point in the history
  • Loading branch information
bragi92 committed Nov 8, 2023
1 parent 312ebcc commit 0b6a33e
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-11-08-2023-3fd2a1e2
version: 6.8.0-ccp-shell-removal-branch-11-08-2023-312ebccb

# 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-11-08-2023-3fd2a1e2"
appVersion: "6.8.0-ccp-shell-removal-branch-11-08-2023-312ebccb"
# 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-11-08-2023-3fd2a1e2"
ImageTagWin: "6.8.0-ccp-shell-removal-branch-11-08-2023-3fd2a1e2-win"
ImageTagTargetAllocator: "6.8.0-ccp-shell-removal-branch-11-08-2023-3fd2a1e2-targetallocator"
ImageTagCfgReader: "6.8.0-ccp-shell-removal-branch-11-08-2023-3fd2a1e2-cfg"
ImageTag: "6.8.0-ccp-shell-removal-branch-11-08-2023-312ebccb"
ImageTagWin: "6.8.0-ccp-shell-removal-branch-11-08-2023-312ebccb-win"
ImageTagTargetAllocator: "6.8.0-ccp-shell-removal-branch-11-08-2023-312ebccb-targetallocator"
ImageTagCfgReader: "6.8.0-ccp-shell-removal-branch-11-08-2023-312ebccb-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/prom-config-validator-builder/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ type OtelConfig struct {
Logs struct {
Level interface{} `yaml:"level"`
Encoding interface{} `yaml:"encoding"`
output_paths interface{} `yaml:"output_paths"`
OutputPaths []string `yaml:"output_paths"`
} `yaml:"logs"`
} `yaml:"telemetry"`
} `yaml:"service"`
Expand Down

0 comments on commit 0b6a33e

Please sign in to comment.