Skip to content
Closed
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 logs/charts/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

apiVersion: v2
name: logs
version: 0.0.6
version: 0.0.7
description: OpenTelemetry Operator Helm chart for Kubernetes
icon: https://raw.githubusercontent.com/cncf/artwork/a718fa97fffec1b9fd14147682e9e3ac0c8817cb/projects/opentelemetry/icon/color/opentelemetry-icon-color.png
type: application
Expand Down
6 changes: 3 additions & 3 deletions logs/charts/templates/tests/test-opentelemetry-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ data:
{{- if ".Values.opentelemetry-operator.enabled" }}
@test "Verify successful deployment and running status of the {{ .Release.Name }} pod" {
verify "there is 1 deployment named '{{ .Release.Name }}'"
try "at most 4 times every 5s to get pods named '{{ .Release.Name }}-opentelemetry-operator-[a-zA-Z0-9]{9,10}-[a-zA-Z0-9]{5}$' and verify that '.status.phase' is 'running'"
try "at most 4 times every 5s to get pods named '{{ .Release.Name }}-[a-zA-Z0-9]{9,10}-[a-zA-Z0-9]{5}$' and verify that '.status.phase' is 'running'"
}

@test "Verify successful deployment of the {{ .Release.Name }}-opentelemetry-operator service" {
verify "there is 1 service named '{{ .Release.Name }}-opentelemetry-operator\$'"
@test "Verify successful deployment of the {{ .Release.Name }} service" {
verify "there is 1 service named '{{ .Release.Name }}\$'"
}
{{- end -}}

Expand Down
4 changes: 2 additions & 2 deletions logs/plugindefinition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ kind: PluginDefinition
metadata:
name: logs
spec:
version: 0.11.18
version: 0.11.19
displayName: Logs
description: Observability framework for instrumenting, generating, collecting, and exporting logs.
icon: https://raw.githubusercontent.com/cloudoperators/greenhouse-extensions/main/logs/logo.png
helmChart:
name: logs
repository: oci://ghcr.io/cloudoperators/greenhouse-extensions/charts
version: 0.0.6
version: 0.0.7
options:
- default: true
description: Set to true to enable the installation of the OpenTelemetry Operator.
Expand Down
Loading