Skip to content

Commit

Permalink
Prepare v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kasia-kujawa committed Jun 11, 2021
1 parent 952c491 commit 5a715ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions helm/tailing-sidecar-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: tailing-sidecar-operator
description: Installs Tailing Sidecar Operator
type: application
version: 0.4.0
appVersion: 0.4.0
version: 0.5.0
appVersion: 0.5.0
keywords:
- tailing-sidecar
- k8s-logging
Expand Down
4 changes: 2 additions & 2 deletions operator/docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ in available [pod-with-tailing-sidecar-config.yaml](../examples/pod_with_tailing
To try example configuration use following commands:

```bash
kubectl apply -f https://raw.githubusercontent.com/SumoLogic/tailing-sidecar/main/operator/config/samples/tailing-sidecar_v1_tailingsidecar.yaml
kubectl apply -f https://raw.githubusercontent.com/SumoLogic/tailing-sidecar/main/operator/examples/pod_with_tailing_sidecar_config.yaml
kubectl apply -f https://raw.githubusercontent.com/SumoLogic/tailing-sidecar/release-v0.5/operator/config/samples/tailing-sidecar_v1_tailingsidecar.yaml
kubectl apply -f https://raw.githubusercontent.com/SumoLogic/tailing-sidecar/release-v0.5/operator/examples/pod_with_tailing_sidecar_config.yaml
```

For details related to `TailingSidecarConfig` definition please see subsections below.
Expand Down

0 comments on commit 5a715ff

Please sign in to comment.