Skip to content

Commit

Permalink
fix(chaostoolkit-incubator#47): Update deployment apiVersion to apps/…
Browse files Browse the repository at this point in the history
…v1 from deprecated apps/v1beta1

Signed-off-by: TOYA - Yann Toqué <[email protected]>
  • Loading branch information
yanntoque committed Feb 21, 2022
1 parent a2cea35 commit 442b673
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion kubernetes-pack/pack-sample-cluster/deployment.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"apiVersion" : "apps/v1beta1",
"apiVersion" : "apps/v1",
"kind" : "Deployment",
"metadata" : {
"name" : "my-service"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"apiVersion" : "apps/v1beta1",
"apiVersion" : "apps/v1",
"kind" : "Deployment",
"metadata" : {
"name" : "my-service"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"apiVersion" : "apps/v1beta1",
"apiVersion" : "apps/v1",
"kind" : "Deployment",
"metadata" : {
"name" : "my-service"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
apiVersion: apps/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: ingres-service
Expand Down
2 changes: 1 addition & 1 deletion yummynoodle/menu-service/spring-menu/k8s/deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
apiVersion: apps/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: menu-service
Expand Down

0 comments on commit 442b673

Please sign in to comment.