agones.dev/agones@v1.53.0/install/helm/agones/Chart.yaml (about)

     1  # Copyright 2018 Google LLC All Rights Reserved.
     2  #
     3  # Licensed under the Apache License, Version 2.0 (the "License");
     4  # you may not use this file except in compliance with the License.
     5  # You may obtain a copy of the License at
     6  #
     7  #     http://www.apache.org/licenses/LICENSE-2.0
     8  #
     9  # Unless required by applicable law or agreed to in writing, software
    10  # distributed under the License is distributed on an "AS IS" BASIS,
    11  # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    12  # See the License for the specific language governing permissions and
    13  # limitations under the License.
    14  
    15  # Declare variables to be passed into your templates.
    16  
    17  apiVersion: v1
    18  appVersion: "1.53.0"
    19  version: 1.53.0
    20  name: agones
    21  description: a library for hosting, running and scaling dedicated game servers on Kubernetes.
    22  keywords:
    23    - go
    24    - golang
    25    - dedicated-gameservers
    26    - multiplayer
    27    - game-development
    28  home: https://agones.dev
    29  sources:
    30    - https://github.com/googleforgames/agones
    31  maintainers:
    32   - name: agones
    33     email: agones-discuss@googlegroups.com
    34     url: https://groups.google.com/forum/#!forum/agones-discuss
    35  engine: gotpl
    36  icon: https://github.com/googleforgames/agones/raw/main/docs/agones.png
    37  tillerVersion: ">2.10.0"