Skip to content

Commit

Permalink
Merge branch 'main' into release-please--branches--main
Browse files Browse the repository at this point in the history
  • Loading branch information
beeme1mr authored Mar 20, 2023
2 parents e5febb8 + a3f83ea commit 4164920
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
2 changes: 1 addition & 1 deletion config/deployments/kube-flagd-proxy/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
openfeature.dev/allowkubernetessync: "true"
spec:
containers:
- image: ghcr.io/open-feature/kube-flagd-proxy:v0.1.1 # x-release-please-version
- image: ghcr.io/open-feature/kube-flagd-proxy:latest
name: kube-flagd-proxy
ports:
- containerPort: 8015
Expand Down
6 changes: 3 additions & 3 deletions kube-flagd-proxy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ kubectl apply -f ./config/deployments/kube-flagd-proxy
```

Once the kube-proxy has been deployed any flagd instance subscribe to flag changes using the grpc sync, providing the target resource uri using the `selector` configuration field.
<!-- x-release-please-start-version -->

```yaml
apiVersion: v1
kind: Pod
Expand All @@ -31,7 +31,7 @@ metadata:
spec:
containers:
- name: flagd
image: ghcr.io/open-feature/flagd:v0.4.4
image: ghcr.io/open-feature/flagd:latest
ports:
- containerPort: 8013
args:
Expand All @@ -56,5 +56,5 @@ spec:
yellow: yellow
defaultVariant: yellow
```
<!-- x-release-please-end -->
Once deployed, the client flagd instance will be receiving almost instant flag configuration change events.
8 changes: 2 additions & 6 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,15 @@
"bump-patch-for-minor-pre-major": true,
"versioning": "default",
"extra-files": [
"snap/snapcraft.yaml",
"../kube-flagd-proxy/README.md"
"snap/snapcraft.yaml"
]
},
"kube-flagd-proxy": {
"release-type": "go",
"package-name": "kube-flagd-proxy",
"versioning": "default",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"extra-files": [
"../config/deployments/kube-flagd-proxy/deployment.yaml"
]
"bump-patch-for-minor-pre-major": true
},
"core": {
"release-type": "go",
Expand Down

0 comments on commit 4164920

Please sign in to comment.