Skip to content

Commit

Permalink
apply review suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
maciaszczykm committed Mar 4, 2025
1 parent 3495e8c commit f5080be
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ export default function PodDisruptionBudget(): ReactElement<any> {

if (loading) return <LoadingIndicator />

console.log(pdb)

return (
<ResourceDetails
tabs={directory}
Expand Down
2 changes: 1 addition & 1 deletion charts/console/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: console
description: >-
deploys the plural console and additional dependencies, for use in bring-your-own-kube setups
appVersion: 0.11.2
version: 0.3.80
version: 0.3.79
dependencies:
- name: kas
version: 0.2.0
Expand Down
2 changes: 1 addition & 1 deletion plural/helm/console/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: console
description: A chart for plural console
appVersion: 0.10.40
version: 0.10.68
version: 0.10.67
dependencies:
- name: test-base
version: 0.1.10
Expand Down

0 comments on commit f5080be

Please sign in to comment.