Skip to content

Commit

Permalink
Merge pull request #547 from gefyrahq/dependabot/pip/operator/kuberne…
Browse files Browse the repository at this point in the history
…tes-29.0.0

chore(deps): bump kubernetes from 28.1.0 to 29.0.0 in /operator
  • Loading branch information
SteinRobert committed Mar 13, 2024
2 parents d542ed2 + 1a08cc5 commit 94fb35b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion operator/gefyra/resources/serviceaccounts.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def handle_create_gefyraclient_serviceaccount(
name=f"gefyra-rolebinding-{sa.metadata.name}"
),
subjects=[
k8s.client.V1Subject(
k8s.client.RbacV1Subject(
kind="ServiceAccount",
name=sa.metadata.name,
namespace=namespace,
Expand Down
10 changes: 5 additions & 5 deletions operator/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion operator/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors = ["Michael Schilonka <michael@blueshoe.io>"]
[tool.poetry.dependencies]
python = ">=3.9,<3.12"
kopf = "^1.37.1"
kubernetes = "^28.1.0"
kubernetes = "^29.0.0"
python-decouple = "^3.8"
python-statemachine = "^2.1.2"

Expand Down

0 comments on commit 94fb35b

Please sign in to comment.